]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
we no longer need to disable this warning
authorAlan T. DeKok <aland@freeradius.org>
Sat, 25 Oct 2025 10:37:52 +0000 (06:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 25 Oct 2025 10:52:10 +0000 (06:52 -0400)
configure
configure.ac

index ae8ec038befef03a4910b69a76606d6445cc596f..6b283eb9f66d7c958875a0a4102009c79dce35d4 100755 (executable)
--- a/configure
+++ b/configure
@@ -13690,7 +13690,6 @@ printf "%s\n" "$ax_cv_cc_weverything_flag" >&6; }
        -Wno-date-time \
        -Wno-disabled-macro-expansion \
        -Wno-format-pedantic \
-       -Wno-missing-field-initializers \
        -Wno-cast-align \
        -Wno-conversion \
        -Wno-covered-switch-default \
@@ -13726,7 +13725,6 @@ printf "%s\n" "$ax_cv_cc_weverything_flag" >&6; }
        -Wno-cast-align \
        -Wno-format-extra-args \
        -Wno-format-zero-length \
-       -Wno-missing-field-initializers \
        -Wpointer-arith \
        -Wredundant-decls \
        -Wshadow \
index f2cd044e892ac58d3bba015aca78dde1927c2ddb..b6fe7a9b84a2ba7126dc0137a8bd2fe28806fe91 100644 (file)
@@ -1968,7 +1968,6 @@ if test "x$developer" = "xyes"; then
        -Wno-date-time \
        -Wno-disabled-macro-expansion \
        -Wno-format-pedantic \
-       -Wno-missing-field-initializers \
        -Wno-cast-align \
        -Wno-conversion \
        -Wno-covered-switch-default \
@@ -2004,7 +2003,6 @@ if test "x$developer" = "xyes"; then
        -Wno-cast-align \
        -Wno-format-extra-args \
        -Wno-format-zero-length \
-       -Wno-missing-field-initializers \
        -Wpointer-arith \
        -Wredundant-decls \
        -Wshadow \