mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue