summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@qt.io>2023-01-03 15:27:24 +0200
committerJanne Koskinen <janne.p.koskinen@qt.io>2023-01-09 10:34:33 +0200
commit88b484e5889a1b57396d6da419b923b2b218e3c4 (patch)
tree548ff5862cb0e2d9e22f1b494d06ccc3bb63e68c /mkspecs
parent8e0e6f12c006e2ecce9eb897efd6772c1ab5ef1a (diff)
Suppress warnings from Integrity builds
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/devices/integrity-armv8-SA8155P/qmake.conf2
1 files changed, 1 insertions, 1 deletions
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