summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-05-18 23:44:21 +0200
committerThomas Haller <thaller@redhat.com>2015-05-18 23:44:21 +0200
commita090f5df6b29dcfaeeb6c8457bac9cf6d12fb779 (patch)
tree144ed5eef45698e4040700656f7bb9e25995c617
parent63dce578a21644716af4742301a6c52f6b6654d6 (diff)
downloadnetwork-manager-applet-a090f5df6b29dcfaeeb6c8457bac9cf6d12fb779.tar.gz
build/trivial: reorder tested compiler warnings
This makes m4/compiler_warnings.m4 more similar to what we have currently in NetworkManager master.
-rw-r--r--m4/compiler_warnings.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler_warnings.m4 b/m4/compiler_warnings.m4
index 302aa45b..b7acee58 100644
--- a/m4/compiler_warnings.m4
+++ b/m4/compiler_warnings.m4
@@ -49,8 +49,8 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
for option in -Wshadow -Wmissing-declarations -Wmissing-prototypes \
-Wdeclaration-after-statement -Wformat-security \
- -Wstrict-prototypes \
-Wfloat-equal -Wno-unused-parameter -Wno-sign-compare \
+ -Wstrict-prototypes \
-fno-strict-aliasing -Wno-unused-but-set-variable \
-Wundef -Wimplicit-function-declaration \
-Wpointer-arith -Winit-self \