Cannot suppress warnings from Qt headers.

develop
Roman Telezhynskyi 2021-09-25 17:18:15 +03:00
parent 9bfc0df25b
commit f711f8aac1
1 changed files with 3 additions and 1 deletions

View File

@ -812,7 +812,9 @@ macx{
# Cannot suppress warnings from Qt headers
CLANG_DEBUG_CXXFLAGS += \
-Wno-sign-conversion \
-Wno-duplicate-enum
-Wno-duplicate-enum \
-Wno-shorten-64-to-32 \
-Wno-Wdeprecated
}
CONFIG(release, debug|release){