Cannot suppress warnings from Qt headers.
This commit is contained in:
parent
547133492e
commit
d25c6f0602
|
@ -808,6 +808,13 @@ CLANG_DEBUG_CXXFLAGS += \
|
|||
-Wno-gnu-zero-variadic-macro-arguments \
|
||||
-fms-extensions # Need for pragma message
|
||||
|
||||
macx{
|
||||
# Cannot suppress warnings from Qt headers
|
||||
CLANG_DEBUG_CXXFLAGS += \
|
||||
-Wno-sign-conversion \
|
||||
-Wno-duplicate-enum
|
||||
}
|
||||
|
||||
CONFIG(release, debug|release){
|
||||
CLANG_DEBUG_CXXFLAGS += -Wno-unknown-warning-option
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user