Changeset: 72d0eb2a6e3f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72d0eb2a6e3f
Modified Files:
        configure.ag
Branch: Apr2011
Log Message:

minor documentation update


diffs (21 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -578,7 +578,7 @@
        dnl  "warning: missing initializer".
        dnl  Hence, we use GCC_SWIG_CFLAGS to disable the respective warning
        dnl  as locally as possbile via "-Wno-strict-aliasing 
-Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -Wno-undef 
-Wno-missing-field-initializers"
-       dnl  (see also sql/backends/monet5/Makefile.ag, 
clients/perl/Cimpl/Makefile.ag).
+       dnl  (see also clients/perl/Cimpl/Makefile.ag).
        GCC_SWIG_CFLAGS="$GCC_SWIG_CFLAGS -Wno-strict-aliasing 
-Wno-unused-variable -Wno-unused-function -Wno-unused-parameter -Wno-undef 
-Wno-unused-value"
        case "$gcc_ver-$host_os" in
        [[4-9]].*-*)
@@ -698,7 +698,7 @@
        dnl  'error #310: old-style parameter list (anachronism)'.
        dnl  Hence, we use ICC_SWIG_CFLAGS to disable the respective warning
        dnl  as locally as possbile via "-wd869 -wd177 -wd310"
-       dnl  (see also sql/backends/monet5/Makefile.ag, 
clients/perl/Cimpl/Makefile.ag).
+       dnl  (see also clients/perl/Cimpl/Makefile.ag).
        ICC_SWIG_CFLAGS="$ICC_SWIG_CFLAGS -wd869 -wd177 -wd310"
 
        NO_INLINE_CFLAGS="-fno-inline -fno-inline-functions"
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to