From 88b484e5889a1b57396d6da419b923b2b218e3c4 Mon Sep 17 00:00:00 2001 From: Janne Koskinen Date: Tue, 3 Jan 2023 15:27:24 +0200 Subject: Suppress warnings from Integrity builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are seeing ~200 000 compiler warnings coming from Integrity compiler not seen on other compilers. Suppress these as a hotfix reduce the load on CI. Change-Id: I9636104f07e81f9f5cf39b7fac2ac34ec2456db5 Reviewed-by: Jörg Bornemann --- mkspecs/devices/integrity-armv8-SA8155P/qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs') diff --git a/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf b/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf index 42e4fe3cd7..f1696e3635 100644 --- a/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf +++ b/mkspecs/devices/integrity-armv8-SA8155P/qmake.conf @@ -6,7 +6,7 @@ load(device_config) include(../../common/ghs-integrity-armv8.conf) -QMAKE_CFLAGS = --signed_fields --no_commons --diag_suppress=1,82,228,236,381,611,961,997,1795,1931,1974,3148 --defer_parse_function_templates --exceptions +QMAKE_CFLAGS = --signed_fields --no_commons --diag_suppress=1,82,228,236,381,611,961,997,1795,1931,1974,3148,1721,1424,193,940,620,111,128,185,826,186,68,830,177,554,550,175,1441,546 --defer_parse_function_templates --exceptions QMAKE_CXXFLAGS = $$QMAKE_CFLAGS --no_implicit_include --link_once_templates -non_shared --new_outside_of_constructor --c++17 QMAKE_LFLAGS += --thread_local_storage --exceptions -- cgit v1.2.3