X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ffish.c;h=265464e70b0a3f13ebe6b6013941fb75623c8c67;hb=e32a85cf9307e45826a38e7271576a965b2f2731;hp=50340a35adba02a1c3d2ef297dd35ee8df2e5289;hpb=272b754093ef824486993540a893d39be8e7e9f0;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index 50340a3..265464e 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -224,7 +224,7 @@ main (int argc, char *argv[]) * getopt_long uses argv[0], so give it the sanitized name. Save a copy * of the original, in case it's needed below. */ - char *real_argv0 = argv[0]; + //char *real_argv0 = argv[0]; argv[0] = bad_cast (program_name); for (;;) { @@ -854,7 +854,7 @@ issue_command (const char *cmd, char *argv[], const char *pipecmd) int argc; int stdout_saved_fd = -1; int pid = 0; - int i, r; + int r; reset_progress_bar ();