Cannot suppress warnings from Qt headers.
This commit is contained in:
parent
9bfc0df25b
commit
f711f8aac1
|
@ -812,7 +812,9 @@ macx{
|
||||||
# Cannot suppress warnings from Qt headers
|
# Cannot suppress warnings from Qt headers
|
||||||
CLANG_DEBUG_CXXFLAGS += \
|
CLANG_DEBUG_CXXFLAGS += \
|
||||||
-Wno-sign-conversion \
|
-Wno-sign-conversion \
|
||||||
-Wno-duplicate-enum
|
-Wno-duplicate-enum \
|
||||||
|
-Wno-shorten-64-to-32 \
|
||||||
|
-Wno-Wdeprecated
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG(release, debug|release){
|
CONFIG(release, debug|release){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user