Diff
Not logged in

Differences From:

File src/main.c part of check-in [dccd27c6da] - Added a global command line argument named -quiet. This will suppress some output (currently during sync) for those interfacing fossil with various development tools. It does not make eliminate all output, only the output that is meant for fancy display to the user on a console. You can now use this new flag anywhere by referencing if (!g.fQuiet) {...} by jeremy_c on 2009-12-14 23:18:54. [view]

To:

File src/main.c part of check-in [97789f0a92] - clean up a few compiler warnings by rwilson on 2009-12-29 22:10:29. Also file src/main.c part of check-in [76bc05d739] - merge with trunk by btheado on 2009-12-30 20:33:59. [view]

@@ -736,9 +736,9 @@
   login_set_capabilities("s");
   cmd_http();
 }
 
-
+#ifndef __MINGW32__
 #if !defined(__DARWIN__) && !defined(__APPLE__)
 /*
 ** Search for an executable on the PATH environment variable.
 ** Return true (1) if found and false (0) if not found.
@@ -758,8 +758,9 @@
     zPath += i;
   }
   return 0;
 }
+#endif
 #endif
 
 /*
 ** COMMAND: server