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

Modified Files:
        Display.c Form.c 
Log Message:
propagated changes of Thursday Feb 21 2008 - Friday Feb 22 2008
from the MonetDB_1-22 branch to the development trunk


Index: Display.c
===================================================================
RCS file: /cvsroot/monetdb/buildtools/Mx/Display.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Display.c   8 Feb 2008 22:33:27 -0000       1.8
+++ Display.c   22 Feb 2008 12:39:51 -0000      1.9
@@ -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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Form.c      8 Feb 2008 22:33:27 -0000       1.7
+++ Form.c      22 Feb 2008 12:39:51 -0000      1.8
@@ -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

Reply via email to