summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index db683cf68..12c72297d 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -560,10 +560,10 @@ export ASNEEDED:=$(shell $(CC) -Wl,--help 2>/dev/null | grep -q -- --as-needed &
endif
# Add a bunch of extra pedantic annoyingly strict checks
-WARNING_FLAGS = -Wstrict-prototypes -Wstrict-aliasing
+WARNING_FLAGS = -Wstrict-prototypes -Wstrict-aliasing -Wno-nonnull-compare
ifeq ($(EXTRA_WARNINGS),y)
WARNING_FLAGS += \
- -Wno-nonnull-compare \
+ -Wnonnull-compare \
-Wnodeclaration-after-statement \
-Wformat=2 \
-Wmissing-noreturn \