summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-03-12 00:12:15 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-03-12 00:12:15 +0100
commitc6d96efc38b2d1af9e81d96f27f17eea90fe7623 (patch)
treeaf48bc521bcc934083349369c1ce526f2de274b1
parenteded54df7ba781afa9da14dd1a79b132aba255eb (diff)
downloadlvm2-c6d96efc38b2d1af9e81d96f27f17eea90fe7623.tar.gz
tests: few more warnings for gcc only
g++ doesn't like them.
-rw-r--r--make.tmpl.in6
1 files 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