Changeset: 57db8d431805 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=57db8d431805
Modified Files:
        MonetDB5/src/optimizer/opt_tarantula.mx
Branch: default
Log Message:

Silence compilers


diffs (21 lines):

diff -r da4d9941923a -r 57db8d431805 MonetDB5/src/optimizer/opt_tarantula.mx
--- a/MonetDB5/src/optimizer/opt_tarantula.mx   Thu Aug 05 13:33:23 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_tarantula.mx   Thu Aug 05 16:18:07 2010 +0200
@@ -589,7 +589,7 @@
        MalBlkPtr tm;
        char fcn[BUFSIZ];
        InstrPtr sig2, sig, r, q;
-       int conn,j,k,l;
+       int conn,j,k = 0,l;
        int arg[1024];
 
        /* generate stubb code for the remote execution */
@@ -684,7 +684,7 @@
        MalBlkPtr tm;
        char buf[BUFSIZ], fcn[BUFSIZ];
        InstrPtr sig, sig2, r, p,q;
-       int j,k,l,x;
+       int j,k,l,x=0;
 
        snprintf(fcn,BUFSIZ,"exe_%s_%d", getFunctionId(getInstrPtr(mb,0)), 
getArg(old[pc],0));
        s= newFunction(tarantulaRef, putName(fcn,strlen(fcn)), FUNCTIONsymbol);
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to