Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv331/runtime
Modified Files:
serialize.mx
Log Message:
make pathfinder compile with gcc 4.1.2 on Fedora Core 6,
configured with --enable-optimize and --enable-probxml=yes:
fixing
cc1: warnings being treated as errors
/ufs/manegold/_/scratch0/Monet/Testing/Current/source/pathfinder/runtime/serialize.mx:
In function 'probxml_deep_eq_scan':
/ufs/manegold/_/scratch0/Monet/Testing/Current/source/pathfinder/runtime/serialize.mx:2128:
warning: value computed is not used
Index: serialize.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/serialize.mx,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- serialize.mx 12 Jul 2007 08:39:42 -0000 1.99
+++ serialize.mx 24 Jul 2007 20:36:15 -0000 1.100
@@ -2125,7 +2125,7 @@
(int)kind);
return PROBLEM;
}
- *pre++;
+ (*pre)++;
} while (*pre <= to);
/*
* while( moreTags(ctx) ) {
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins