Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26060

Modified Files:
        MapiClient.mx 
Log Message:
Compilers are soooo dumb...
warning: ‘saveFD_raw’ may be used uninitialized in this function


Index: MapiClient.mx
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/MapiClient.mx,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- MapiClient.mx       5 Dec 2007 13:48:49 -0000       1.91
+++ MapiClient.mx       5 Dec 2007 16:37:09 -0000       1.92
@@ -858,7 +858,7 @@
 format_result(MapiHdl hdl)
 {
 #ifdef HAVE_POPEN
-       stream *saveFD = NULL, *saveFD_raw; /* for external paging */
+       stream *saveFD = NULL, *saveFD_raw = NULL; /* for external paging */
 #endif
        MapiMsg rc;
 


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to