diff --git a/common.pri b/common.pri index 8cb29abaf..826aa3d51 100644 --- a/common.pri +++ b/common.pri @@ -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){