Update of /cvsroot/monetdb/MonetDB4/src/monet
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32339/src/monet
Modified Files:
Tag: GDK-2
monet_multiplex.mx
Log Message:
made code compile with gcc+optimization and icc:
fixed initialization and usage of variables
Index: monet_multiplex.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/monet_multiplex.mx,v
retrieving revision 1.4.4.4
retrieving revision 1.4.4.5
diff -u -d -r1.4.4.4 -r1.4.4.5
--- monet_multiplex.mx 10 Aug 2007 15:33:33 -0000 1.4.4.4
+++ monet_multiplex.mx 14 Aug 2007 01:00:54 -0000 1.4.4.5
@@ -734,9 +734,13 @@
ptr _h = (buntrick==-1)?BUNhpos(bhi,ph):BUNhloc(bhi,ph);
bunfastins_nocheck(@1, d, _h, *(ptr*)@3, hs, ts);
d++;
+ (void) dst; /* only used in "multiplex" case below */
}
@= BUNins_array_multiplex
+ (void) bhi; /* only used in "special" case above */
+ (void) hs; /* only used in "special" case above */
+ (void) ts; /* only used in "special" case above */
switch (buntrick) {
case 0:
goto bunins_failed;
-------------------------------------------------------------------------
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-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins