Default setting in the GNOME_COMPILE_WARNINGS macro is now "yes". This
authorMalcolm Tredinnick <malcolm@src.gnome.org>
Mon, 28 Jul 2003 12:58:23 +0000 (12:58 +0000)
committerMalcolm Tredinnick <malcolm@src.gnome.org>
Mon, 28 Jul 2003 12:58:23 +0000 (12:58 +0000)
* compiler-flags.m4: Default setting in the
GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
#118479 (another good bit of debugging from Steve Chaplin).

svn path=/trunk/; revision=3051

macros2/ChangeLog
macros2/compiler-flags.m4

index 9c98398..3dabd85 100644 (file)
@@ -1,3 +1,9 @@
+2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>
+
+       * compiler-flags.m4: Default setting in the
+       GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
+       #118479 (another good bit of debugging from Steve Chaplin).
+
 2003-07-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
 
        * compiler-flags.m4: Remove some redundant options as suggested
index d791d0e..eabcb48 100644 (file)
@@ -7,7 +7,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
     dnl ******************************
 
     if test -z "$1" ; then
-       default_compile_warnings=no
+       default_compile_warnings=yes
     else
        default_compile_warnings="$1"
     fi