Update of /cvsroot/monetdb/buildtools/Mx
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20143
Modified Files:
Tag: MonetDB_1-22
Display.c Form.c
Log Message:
Squash compiler warnings.
Index: Display.c
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Display.c,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -d -r1.7.2.3 -r1.7.2.4
--- Display.c 6 Feb 2008 17:11:53 -0000 1.7.2.3
+++ Display.c 22 Feb 2008 10:32:59 -0000 1.7.2.4
@@ -139,7 +139,6 @@
void
PrPrelude(char *file)
{
- extern char *texDocStyle;
char *s, *t, full[200];
/* find out the full name in 'full', the basename in 's', end in 't' */
Index: Form.c
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Form.c,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -d -r1.6.2.3 -r1.6.2.4
--- Form.c 6 Feb 2008 17:11:53 -0000 1.6.2.3
+++ Form.c 22 Feb 2008 10:32:59 -0000 1.6.2.4
@@ -411,6 +411,7 @@
void
FormMod(char *str, int mod)
{
+ (void) mod;
mx_title = str;
FormHeader();
@@ -423,6 +424,8 @@
void
FormSec(char *str, int mod, int sec)
{
+ (void) mod;
+ (void) sec;
PrCmd("[EMAIL PROTECTED] ");
PrEnv(E_TEXT);
-------------------------------------------------------------------------
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