Update of /cvsroot/monetdb/MonetDB5/src/modules/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14072/src/modules/mal

Modified Files:
        bpm.mx clients.mx 
Log Message:
Squashed compiler warnings.

Index: bpm.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/bpm.mx,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- bpm.mx      4 Oct 2007 10:37:33 -0000       1.121
+++ bpm.mx      13 Dec 2007 15:26:54 -0000      1.122
@@ -869,7 +869,7 @@
        r= BUNfnd(@3,&i); 
        if (r != BUN_NONE){
           val= BUNtail(@3i,r);
-          vl= * (@5 *) val;    
+          vl= (lng) * (@5 *) val;      
           @2= (@1) vl;
           VALset(&bpmcat[i]->@4, tp, &@2); 
        } else 

Index: clients.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/mal/clients.mx,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- clients.mx  6 Dec 2007 10:23:09 -0000       1.71
+++ clients.mx  13 Dec 2007 15:26:55 -0000      1.72
@@ -230,7 +230,7 @@
 #endif
 
 #ifdef HAVE_ASCTIME_R3
-                       asctime_r(&localt, s, sizeof(s));
+                       asctime_r(&localt, s, 26);
 #else
 #ifdef HAVE_ASCTIME_R
                        asctime_r(&localt, s);


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to