Simplify GNOME_CXX_WARNINGS. Fixes bug #118987.
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Sun, 3 Aug 2003 12:03:05 +0000 (12:03 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Sun, 3 Aug 2003 12:03:05 +0000 (12:03 +0000)
* compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug
#118987.

svn path=/trunk/; revision=3052

macros2/ChangeLog
macros2/compiler-flags.m4

index 3dabd85..8a17b17 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+       * compile-flags.m4: Simplify GNOME_CXX_WARNINGS. Fixes bug
+       #118987.
+
 2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * compiler-flags.m4: Default setting in the
index eabcb48..c8ed02c 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-prototypes -Wmissing-declarations -Wshadow -Woverloaded-virtual"
+       warnCXXFLAGS="$warnCXXFLAGS -Wmissing-declarations -Wshadow -Woverloaded-virtual"
       fi
     fi
   fi