Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28678
Modified Files:
xrpc_server.mx
Log Message:
compilation fix: comparison between signed and unsigned
U xrpc_server.mx
Index: xrpc_server.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- xrpc_server.mx 3 Jul 2008 15:10:36 -0000 1.70
+++ xrpc_server.mx 3 Jul 2008 16:21:36 -0000 1.71
@@ -757,7 +757,7 @@
nnodes = BATcount(pre_size);
/* get mode from the header (a bit hacked) */
- for(i=0; i<nattrs; i++) {
+ for(i=0; (size_t)i<nattrs; i++) {
str s = (str) BUNtail(qn_uli, attr_qnT[i]);
if (strcmp(s, XRPC_NS"|mode") == 0) {
mode = (str) BUNtail(prop_vali, attr_propT[i]);
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins