Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19044

Modified Files:
        monetdb.c 
Log Message:
monetdb.c:285: warning: 'w''' may be used uninitialized in this function

it is not, but the compiler doesn't see


U monetdb.c
Index: monetdb.c
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/monetdb.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- monetdb.c   21 Sep 2009 15:20:10 -0000      1.59
+++ monetdb.c   22 Sep 2009 18:03:31 -0000      1.60
@@ -282,7 +282,7 @@
 {
        sabdb *orig;
        sabdb *stats;
-       sabdb *w;
+       sabdb *w = NULL;
        char *p;
        char *buf;
        char *e;


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to