Update of /cvsroot/monetdb/MonetDB5/src/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27999

Modified Files:
        mal_compiler.mx 
Log Message:
silence compiler.


Index: mal_compiler.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/compiler/mal_compiler.mx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mal_compiler.mx     16 Oct 2007 18:03:35 -0000      1.21
+++ mal_compiler.mx     17 Oct 2007 10:58:11 -0000      1.22
@@ -851,7 +851,7 @@
 MCmcc(int *ret, str *fname){
        char buf[1024];
        snprintf(buf,1024,"mcc %s",*fname);
-       system(buf);
+       (void) system(buf);
        (void) ret;
        return MAL_SUCCEED;
 }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to