Continuing to try and get the flags passed to g++ in GNOME_CXX_WARNINGS
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Tue, 5 Aug 2003 03:21:50 +0000 (03:21 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Tue, 5 Aug 2003 03:21:50 +0000 (03:21 +0000)
* compile-flags.m4: Continuing to try and get the flags passed
to g++ in GNOME_CXX_WARNINGS correct. Based on our best
attempts, the current set should work for the widest range of
g++ versions (see bug #118987 for the discussion).

svn path=/trunk/; revision=3053

macros2/ChangeLog
macros2/compiler-flags.m4

index 8a17b17..70af2e7 100644 (file)
@@ -1,3 +1,10 @@
+2003-08-05  Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+       * compile-flags.m4: Continuing to try and get the flags passed
+       to g++ in GNOME_CXX_WARNINGS correct. Based on our best
+       attempts, the current set should work for the widest range of
+       g++ versions (see bug #118987 for the discussion).
+
 2003-08-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug
index c8ed02c..c80710e 100644 (file)
@@ -109,7 +109,7 @@ AC_DEFUN([GNOME_CXX_WARNINGS],[
       ## -W is not all that useful.  And it cannot be controlled
       ## with individual -Wno-xxx flags, unlike -Wall
       if test "x$enable_cxx_warnings" = "xyes"; then
-       warnCXXFLAGS="$warnCXXFLAGS -Wmissing-declarations -Wshadow -Woverloaded-virtual"
+       warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual"
       fi
     fi
   fi