From 4cac35b6038e5ac550dac9105e565250acd8d01f Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 21 Apr 2025 21:36:13 -0400 Subject: [PATCH] misc: re-enable -Wshift-negative-value and -Wnonnull-compare (GCC6+) Change-Id: I37c98da8d42fb6825b43006a549980b59d179698 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 7c07b14c90..0bd0747af5 100755 --- a/tools/configure +++ b/tools/configure @@ -4609,7 +4609,7 @@ else if test "$gccnum" -ge "601"; then # gcc 6 adds a lot of warnings that while useful are too time-consuming # to clean up right away - GCCOPTS="$GCCOPTS -Wno-shift-negative-value -Wno-nonnull-compare -Wno-tautological-compare" + GCCOPTS="$GCCOPTS -Wno-tautological-compare" fi if test "$gccnum" -ge "700"; then