Changeset: 300ff1b691fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=300ff1b691fc
Modified Files:
        monetdb5/modules/atoms/batxml.c
Branch: default
Log Message:

Stupid compiler.
What does the compiler think happens when I pass &bn to a function?


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/batxml.c b/monetdb5/modules/atoms/batxml.c
--- a/monetdb5/modules/atoms/batxml.c
+++ b/monetdb5/modules/atoms/batxml.c
@@ -1596,7 +1596,7 @@ BATxmlaggr(BAT **bnp, BAT *b, BAT *g, BA
 str
 AGGRsubxmlcand(bat *retval, bat *bid, bat *gid, bat *eid, bat *sid, int 
*skip_nils)
 {
-       BAT *b, *g, *e, *s, *bn;
+       BAT *b, *g, *e, *s, *bn = NULL;
        const char *err;
 
        b = BATdescriptor(*bid);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to