From c6d96efc38b2d1af9e81d96f27f17eea90fe7623 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 12 Mar 2015 00:12:15 +0100 Subject: [PATCH] tests: few more warnings for gcc only g++ doesn't like them. --- make.tmpl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make.tmpl.in b/make.tmpl.in index 3a8597a03..322e33b19 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -148,7 +148,6 @@ WFLAGS +=\ -Wfloat-equal\ -Wformat-security\ -Winline\ - -Wmissing-declarations\ -Wmissing-format-attribute\ -Wmissing-include-dirs\ -Wmissing-noreturn\ @@ -156,14 +155,15 @@ WFLAGS +=\ -Wredundant-decls\ -Wshadow\ -Wundef\ - -Wuninitialized\ -Wwrite-strings WCFLAGS +=\ + -Wmissing-declarations\ -Wmissing-prototypes\ -Wnested-externs\ -Wold-style-definition\ - -Wstrict-prototypes + -Wstrict-prototypes\ + -Wuninitialized ifeq ("@HAVE_WJUMP@", "yes") WCFLAGS += -Wjump-misses-init -- 2.43.5