Update of /cvsroot/monetdb/buildtools/conf
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22001/conf
Modified Files:
MonetDB.m4
Log Message:
propagated changes of Thursday Nov 08 2007 - Friday Nov 09 2007
from the MonetDB_1-20 branch to the development trunk
Index: MonetDB.m4
===================================================================
RCS file: /cvsroot/monetdb/buildtools/conf/MonetDB.m4,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- MonetDB.m4 8 Nov 2007 19:08:50 -0000 1.47
+++ MonetDB.m4 9 Nov 2007 22:20:13 -0000 1.48
@@ -748,8 +748,13 @@
GCC_SWIG_CFLAGS="$GCC_SWIG_CFLAGS -Wno-strict-aliasing
-Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -Wno-undef"
case "$gcc_ver-$host_os" in
[[4-9]].*-*)
- dnl -Wno-missing-field-initializers is only available (and
necessary) as of gcc 4.*
+ dnl -Wno-missing-field-initializers is only available as of gcc 4.*
GCC_SWIG_CFLAGS="$GCC_SWIG_CFLAGS -Wno-missing-field-initializers"
+ ;;
+ *-*)
+ dnl need to use -Wno-extra with older gcc
+ GCC_SWIG_CFLAGS="$GCC_SWIG_CFLAGS -Wno-extra"
+ ;;
esac
-------------------------------------------------------------------------
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