blob: 9fc3d1c0a7f0965ce01d06bb83f39dcf030d0a84 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2022-02-17 18:25:55 UTC
+++ configure
@@ -15473,7 +15473,7 @@ yes)
warning_flags="-wall -Wno-error=deprecated-declarations"
;;
maximum|error)
-warning_flags="-Wall -Wno-error=deprecated-declarations -Wempty-body -Wformat-security -Winit-self -Warray-bounds -Wimplicit-function-declaration"
+warning_flags="-Wall -Wno-error=deprecated-declarations -Warray-bounds -Wimplicit-function-declaration"
if test "$enable_compile_warnings" = "error" ; then
warning_flags="$warning_flags -Werror"
fi
|