mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: few more warnings for gcc only
g++ doesn't like them.
This commit is contained in:
parent
eded54df7b
commit
c6d96efc38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user