Changeset: ab265bebffb4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ab265bebffb4
Modified Files:
        sql/backends/monet5/datacell/opt_datacell.mx
Branch: default
Log Message:

compilation: might be used unitialised


diffs (12 lines):

diff --git a/sql/backends/monet5/datacell/opt_datacell.mx 
b/sql/backends/monet5/datacell/opt_datacell.mx
--- a/sql/backends/monet5/datacell/opt_datacell.mx
+++ b/sql/backends/monet5/datacell/opt_datacell.mx
@@ -212,7 +212,7 @@
        str fcnnme;
        str msg = MAL_SUCCEED;
        Symbol s = NULL;
-       lng t, clk = GDKusec();
+       lng t = 0, clk = GDKusec();
        int actions = 0;
 
        optimizerInit();
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to