From: Arran Cudbard-Bell Date: Sat, 16 Jan 2021 17:50:04 +0000 (+0000) Subject: Capital W X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a193cabf246a9b60ecea7f3e71feeeff9b8b7c84;p=thirdparty%2Ffreeradius-server.git Capital W --- diff --git a/configure b/configure index 559cd862d56..8b95f423153 100755 --- a/configure +++ b/configure @@ -13163,7 +13163,7 @@ $as_echo "$ax_cv_cc_weverything_flag" >&6; } -Wno-shorten-64-to-32 \ -Wno-sign-conversion \ -Wno-switch-enum \ - -wno-gnu-empty-initializer \ + -Wno-gnu-empty-initializer \ $verify_ptr" else if test "x$GCC" = "xyes"; then diff --git a/configure.ac b/configure.ac index efae3ee1371..feab8a7e984 100644 --- a/configure.ac +++ b/configure.ac @@ -1729,7 +1729,7 @@ if test "x$developer" = "xyes"; then -Wno-shorten-64-to-32 \ -Wno-sign-conversion \ -Wno-switch-enum \ - -wno-gnu-empty-initializer \ + -Wno-gnu-empty-initializer \ $verify_ptr" else if test "x$GCC" = "xyes"; then