Update of /cvsroot/monetdb/clients/src/python/Cimpl
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7517/src/python/Cimpl
Modified Files:
Makefile.ag
Log Message:
propagated changes of Tuesday Nov 06 2007 - Thursday Nov 08 2007
from the Clients_1-20 branch to the development trunk
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/clients/src/python/Cimpl/Makefile.ag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Makefile.ag 6 Nov 2007 14:35:00 -0000 1.7
+++ Makefile.ag 8 Nov 2007 19:13:45 -0000 1.8
@@ -19,22 +19,12 @@
SWIGFLAGS = -I../..
INCLUDES = -I../.. $(MONETDB_INCS) $(PYTHON_INCS)
-# GNU's gcc does not like to compile swig-generated code
-# (at least not with our strict X_CFLAGS), complaining about
-# "warning: dereferencing type-punned pointer will break strict-aliasing
rules",
-# "warning: unused variable '...'",
-# "warning: '...' defined but not used", and/or
-# 'error: "..." is not defined'.
-# Hence, we use GCC_SWIG_CFLAGS to disable the respective warning
-# as locally as possbile via "-Wno-strict-aliasing -Wno-unused-variable
-Wno-unused-function -Wno-undef".
-# Intel's icc does not like to compile swig-generated code
-# (at least not with our strict X_CFLAGS), complaining about
-# 'error #869: parameter "..." was never referenced',
-# 'error #177: function "..." was declared but never referenced', and/or
-# 'error #310: old-style parameter list (anachronism)'.
-# Hence, we use ICC_SWIG_CFLAGS to disable the respective warning
-# as locally as possbile via "-wd869 -wd177 -wd310".
-# (See also buildtools/conf/MonetDB.m4.)
+# Both GNU's gcc and Intel's icc do not like to compile swig-generated code
+# with our strict X_CFLAGS.
+# Instead of diabling the strict X_CFLAGS completely,
+# we use GCC_SWIG_CFLAGS and ICC_SWIG_CFLAGS, respectively,
+# to disable only the problematic warnings/errors as locally as possbile.
+# See buildtools/conf/MonetDB.m4 for details.
CFLAGS = $(GCC_SWIG_CFLAGS) $(ICC_SWIG_CFLAGS)
SUBDIRS = MonetSQLdb
-------------------------------------------------------------------------
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