Changeset: fdbd8022d8d0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fdbd8022d8d0
Modified Files:
MonetDB5/src/optimizer/opt_datacyclotron.mx
Branch: Oct2010
Log Message:
initialize one more variable
that compilers did complain about
possibly being used uninitialized
diffs (12 lines):
diff -r cb04971a7640 -r fdbd8022d8d0 MonetDB5/src/optimizer/opt_datacyclotron.mx
--- a/MonetDB5/src/optimizer/opt_datacyclotron.mx Tue Oct 12 17:35:29
2010 +0200
+++ b/MonetDB5/src/optimizer/opt_datacyclotron.mx Tue Oct 12 19:17:48
2010 +0200
@@ -242,7 +242,7 @@
int i=0, actions=0, k=0, z=0, j=0, num_regs=DCYREGS, *tpes=NULL;
DCYcatalog **regs=NULL, *reg = NULL;
VarRecord low,hgh,max_hgh;
- InstrPtr *old, new, matq;
+ InstrPtr *old=NULL, new, matq;
int limit;
int (*newArg)[1000]=NULL;
char *used = NULL;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list