]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Reorder warning args
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 21 Feb 2021 10:20:39 +0000 (10:20 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 21 Feb 2021 10:20:39 +0000 (10:20 +0000)
configure
configure.ac

index 90ff03cb1817397524f43c8b6781646add7f21a5..6247c4c6fde2af55c1c6852a6c91654a349d0791 100755 (executable)
--- a/configure
+++ b/configure
@@ -13168,26 +13168,26 @@ $as_echo "$ax_cv_cc_weverything_flag" >&6; }
   else
     if test "x$GCC" = "xyes"; then
       devcflags="$devcflags \
-       -Wshadow \
-       -Wpointer-arith \
-       -Wcast-qual \
+       -W \
        -Wcast-align \
-       -Wwrite-strings \
-       -Wstrict-prototypes \
-       -Wmissing-prototypes \
+       -Wcast-qual \
+       -Wformat-nonliteral \
+       -Wformat-security \
+       -Wformat-y2k \
+       -Wformat=2 \
        -Wmissing-declarations \
+       -Wmissing-prototypes \
        -Wnested-externs \
-       -W \
-       -Wredundant-decls \
-       -Wundef \
-       -Wformat-y2k \
-       -Wno-missing-field-initializers \
+       -Wno-cast-align \
        -Wno-format-extra-args \
        -Wno-format-zero-length \
-       -Wno-cast-align \
-       -Wformat-nonliteral \
-       -Wformat-security \
-       -Wformat=2 \
+       -Wno-missing-field-initializers \
+       -Wpointer-arith \
+       -Wredundant-decls \
+       -Wshadow \
+       -Wstrict-prototypes \
+       -Wundef \
+       -Wwrite-strings \
        $verify_ptr"
       INSTALLSTRIP=""
     fi
index f1b5ff3674033a67c47bf8211881ae073f47ee2a..da8228bb2402830a9a0943022a59ebae77b1fde5 100644 (file)
@@ -1735,26 +1735,26 @@ if test "x$developer" = "xyes"; then
   else
     if test "x$GCC" = "xyes"; then
       devcflags="$devcflags \
-       -Wshadow \
-       -Wpointer-arith \
-       -Wcast-qual \
+       -W \
        -Wcast-align \
-       -Wwrite-strings \
-       -Wstrict-prototypes \
-       -Wmissing-prototypes \
+       -Wcast-qual \
+       -Wformat-nonliteral \
+       -Wformat-security \
+       -Wformat-y2k \
+       -Wformat=2 \
        -Wmissing-declarations \
+       -Wmissing-prototypes \
        -Wnested-externs \
-       -W \
-       -Wredundant-decls \
-       -Wundef \
-       -Wformat-y2k \
-       -Wno-missing-field-initializers \
+       -Wno-cast-align \
        -Wno-format-extra-args \
        -Wno-format-zero-length \
-       -Wno-cast-align \
-       -Wformat-nonliteral \
-       -Wformat-security \
-       -Wformat=2 \
+       -Wno-missing-field-initializers \
+       -Wpointer-arith \
+       -Wredundant-decls \
+       -Wshadow \
+       -Wstrict-prototypes \
+       -Wundef \
+       -Wwrite-strings \
        $verify_ptr"
       INSTALLSTRIP=""
     fi