From 859ea4481c85a2dd6157396a22b3c8b3b726e06b Mon Sep 17 00:00:00 2001 From: Steve Algernon Date: Wed, 25 May 2022 10:32:35 -0700 Subject: CUPS v2.3.6 for CVE-2022-26691 --- config-scripts/cups-compiler.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-scripts') diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4 index 2b619977c..604faf1b9 100644 --- a/config-scripts/cups-compiler.m4 +++ b/config-scripts/cups-compiler.m4 @@ -169,7 +169,7 @@ if test -n "$GCC"; then fi # Add useful warning options for tracking down problems... - WARNING_OPTIONS="-Wall -Wno-format-y2k -Wunused -Wno-unused-result -Wsign-conversion" + WARNING_OPTIONS="-Wall -Wno-format-y2k -Wunused -Wno-unused-result -Wsign-conversion -Wno-unused-but-set-variable -Wno-unused-variable" # Test GCC version for certain warning flags since -Werror # doesn't trigger... @@ -182,7 +182,7 @@ if test -n "$GCC"; then # Additional warning options for development testing... if test -d .git; then - WARNING_OPTIONS="-Werror -Wno-error=deprecated-declarations $WARNING_OPTIONS" + WARNING_OPTIONS="-Werror -Wno-error=deprecated-declarations -Wno-unknown-warning-option $WARNING_OPTIONS" fi else # Add vendor-specific compiler options... -- cgit v1.2.1