Changeset: bccbf1f09013 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bccbf1f09013
Modified Files:
MonetDB/src/gdk/gdk_bbp.mx
Branch: Oct2010
Log Message:
initialize variable to fix compilation:
MonetDB/src/gdk/gdk_bbp.mx:1853: error: "b" may be used uninitialized in this
function
diffs (12 lines):
diff -r f39dc64c7e0e -r bccbf1f09013 MonetDB/src/gdk/gdk_bbp.mx
--- a/MonetDB/src/gdk/gdk_bbp.mx Wed Oct 13 18:00:08 2010 +0200
+++ b/MonetDB/src/gdk/gdk_bbp.mx Thu Oct 14 07:07:39 2010 +0200
@@ -1850,7 +1850,7 @@
int refs;
bat hp, tp, hvp, tvp;
BATstore *bs;
- BAT *b;
+ BAT *b = 0;
int load = 0;
if (i == bat_nil) {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list