From fa6e1379d0cc8c904c60251eee55d58dabf60784 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 13 Dec 2012 17:36:38 +0000 Subject: move the cut n pasted -Wuninitialized from Makefile.config alongside all the other warning flags in the standard location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 91f3aac08..a1c6e5dbc 100644 --- a/Makefile +++ b/Makefile @@ -400,7 +400,7 @@ endef WARNFLAGS = -W -Wall -Wundef -Wpointer-arith \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls \ - -Wnested-externs + -Wnested-externs -Wuninitialized ifneq ($(GCCVER),2) WARNFLAGS += -Wno-unused-parameter endif -- cgit v1.2.3