[network-manager-applet/nma-1-0: 5/6] build/trivial: reorder tested compiler warnings



commit 0a2723a1afec02b3087ee65975027a9550d4073a
Author: Thomas Haller <thaller redhat com>
Date:   Mon May 18 23:44:21 2015 +0200

    build/trivial: reorder tested compiler warnings
    
    This makes m4/compiler_warnings.m4 more similar to what we have
    currently in NetworkManager master.
    
    (cherry picked from commit a090f5df6b29dcfaeeb6c8457bac9cf6d12fb779)

 m4/compiler_warnings.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4/compiler_warnings.m4 b/m4/compiler_warnings.m4
index 302aa45..b7acee5 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]