opnsense-ports/sysutils/bamf/files/patch-configure
Franco Fichtner 46e9416615 */*: sync with upstream
Taken from: FreeBSD
2022-07-01 11:38:31 +02:00

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