From: Alan T. DeKok Date: Wed, 17 Nov 2021 22:10:09 +0000 (-0500) Subject: Revert "shut up clang on OSX" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6794120ddecbec83f8fd071c1bc136e1a164c7c6;p=thirdparty%2Ffreeradius-server.git Revert "shut up clang on OSX" This reverts commit c9e90a0435e271e397edbbdb8971a905cff0f108. nope. causes all kinds of other errors --- diff --git a/configure b/configure index 2dd5ef234b3..57eeb8794dc 100755 --- a/configure +++ b/configure @@ -14786,7 +14786,6 @@ printf "%s\n" "$ax_cv_cc_weverything_flag" >&6; } -Wno-covered-switch-default \ -Wno-documentation-unknown-command \ -Wno-extended-offsetof \ - -Wno-gnu-designator \ -Wno-gnu-empty-initializer \ -Wno-gnu-statement-expression \ -Wno-gnu-zero-variadic-macro-arguments \ diff --git a/configure.ac b/configure.ac index c9194bf4fd3..a85c8d4b495 100644 --- a/configure.ac +++ b/configure.ac @@ -1774,7 +1774,6 @@ if test "x$developer" = "xyes"; then -Wno-covered-switch-default \ -Wno-documentation-unknown-command \ -Wno-extended-offsetof \ - -Wno-gnu-designator \ -Wno-gnu-empty-initializer \ -Wno-gnu-statement-expression \ -Wno-gnu-zero-variadic-macro-arguments \