Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13501

Modified Files:
        sql_gencode.mx 
Log Message:
Silence compiler


U sql_gencode.mx
Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- sql_gencode.mx      3 Nov 2008 15:32:04 -0000       1.291
+++ sql_gencode.mx      4 Nov 2008 06:55:24 -0000       1.292
@@ -1929,8 +1929,8 @@
         q = newStmt(mb,sqlRef,"keepquery");
                q= pushInt(mb,q,c->history);
                q= pushStr(mb,q,t);
-               q= pushLng(mb,q,GDKusec() - be->mvc->Tparse);
-               q= pushLng(mb,q, GDKusec());
+               q= pushLng(mb,q, (long) (GDKusec() - be->mvc->Tparse) );
+               q= pushLng(mb,q, (long) GDKusec());
                c->Tparse = 0;
        }
 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to