summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros2/gnome-compiler-flags.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros2/gnome-compiler-flags.m4 b/macros2/gnome-compiler-flags.m4
index c4cc1c6..7017b25 100644
--- a/macros2/gnome-compiler-flags.m4
+++ b/macros2/gnome-compiler-flags.m4
@@ -24,6 +24,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
base_warn_flags=" \
-Wall \
-Wstrict-prototypes \
+ -Wnested-externs \
"
dnl These compiler flags typically indicate very broken or suspicious
@@ -53,7 +54,6 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
maximum|error)
warning_flags="$base_warn_flags $base_error_flags \
-Wdeclaration-after-statement \
- -Wnested-externs \
-Wno-sign-compare"
;;
*)