Update of /cvsroot/monetdb/buildtools/Mx
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10012/Mx

Modified Files:
        getopt.c 
Log Message:

disable uunused code to avoid
"getopt.c(3): warning #177: variable "Id" was declared but never referenced"
warning on Windows


Index: getopt.c
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/getopt.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- getopt.c    14 Jun 2005 15:00:39 -0000      1.3
+++ getopt.c    20 Jan 2008 10:56:33 -0000      1.4
@@ -1,7 +1,9 @@
 /* ::[[ @(#) getopt.c 1.5 89/03/11 05:40:23 ]]:: */
+/*
 #ifndef LINT
 static const char Id[] = "$Id$";
 #endif
+*/
 
 /*
  * Here's something you've all been waiting for:  the AT&T public domain


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to