Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6214

Modified Files:
      Tag: XQuery_0-16
        xrpc_server.mx 
Log Message:
The compiler was entirely correct about this one:

/scratch/monet.GNU.64.32.d.20052/pathfinder/runtime/xrpc_server.mx: In function 
'getCallValues':
/scratch/monet.GNU.64.32.d.20052/pathfinder/runtime/xrpc_server.mx:715: 
warning: 'argtpe' is used uninitialized in this function
/scratch/monet.GNU.64.32.d.20052/pathfinder/runtime/xrpc_server.mx:715: 
warning: 'argval' is used uninitialized in this function


Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.7.2.9
retrieving revision 1.7.2.10
diff -u -d -r1.7.2.9 -r1.7.2.10
--- xrpc_server.mx      21 Feb 2007 16:28:29 -0000      1.7.2.9
+++ xrpc_server.mx      22 Feb 2007 09:17:25 -0000      1.7.2.10
@@ -621,7 +621,7 @@
     bit isSimpleParam = 1;
     lng argc = 0, iterc = 0, nr_args = 0;
     lng **argcnt;
-    str *argtpe, *argval;
+    str *argtpe = NULL, *argval = NULL;
 
     lng i = 0, j = 0, k = 0, nattrs = 0;
     lng max_args = GDK_int_max;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to