From c8179e660a44083bc49f98c53b012e5e787b4515 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 9 Jun 2014 09:48:26 +0100 Subject: Enable extra warnings. -Wredundant-decls and -Wuninitialized --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3