summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0ea5d5..a7b4462 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ include $(NSSHARED)/makefiles/Makefile.tools
# Toolchain flags
WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
- -Wmissing-declarations -Wnested-externs -pedantic
+ -Wmissing-declarations -Wnested-externs -Wredundant-decls \
+ -Wuninitialized -pedantic
# libpng and libz
ifneq ($(findstring clean,$(MAKECMDGOALS)),clean)