Changeset: 31c2460a20e2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=31c2460a20e2 Modified Files: monetdb5/extras/jaql/jaqlgencode.c Branch: Jul2012 Log Message:
jaqlgencode.c:908: error: 'c' may be used uninitialized in this function always initialise c, even if that's not supposed to happen diffs (11 lines): diff --git a/monetdb5/extras/jaql/jaqlgencode.c b/monetdb5/extras/jaql/jaqlgencode.c --- a/monetdb5/extras/jaql/jaqlgencode.c +++ b/monetdb5/extras/jaql/jaqlgencode.c @@ -896,6 +896,7 @@ dumpin(jc *j, Client cntxt, MalBlkPtr mb pushInstruction(mb, q); break; default: + c = -1; assert(0); } _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list