Don't set -Wno-maybe-uninitialized for clang
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3554e1de19
commit
fbb3d80d9b
@ -10,7 +10,8 @@
|
||||
# these warnings are in general just wrong and annoying - but should be
|
||||
# turned on every once in a while in case they do show the occasional
|
||||
# actual bug
|
||||
*-g++* | *-clang*: QMAKE_CFLAGS += -Wno-unused-result -Wno-maybe-uninitialized -Wno-pointer-sign -fno-strict-overflow
|
||||
*-g++* | *-clang*: QMAKE_CFLAGS += -Wno-unused-result -Wno-pointer-sign -fno-strict-overflow
|
||||
*-g++*: QMAKE_CFLAGS += -Wno-maybe-uninitialized
|
||||
*-clang*: QMAKE_CFLAGS += -Wno-format-security
|
||||
*-g++*: QMAKE_CXXFLAGS += -Wno-maybe-uninitialized -fno-strict-overflow
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user