mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
11 lines
518 B
Text
11 lines
518 B
Text
--- 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
|