From f711f8aac118dd136eb18f42dbefbafdfbce8f54 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 25 Sep 2021 17:18:15 +0300 Subject: [PATCH] Cannot suppress warnings from Qt headers. --- common.pri | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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){