summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros2/ChangeLog6
-rw-r--r--macros2/compiler-flags.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 9c98398..3dabd85 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -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
diff --git a/macros2/compiler-flags.m4 b/macros2/compiler-flags.m4
index d791d0e..eabcb48 100644
--- a/macros2/compiler-flags.m4
+++ b/macros2/compiler-flags.m4
@@ -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