equal
deleted
inserted
replaced
6 # 1293: Assignment in condition |
6 # 1293: Assignment in condition |
7 # 1294: pre-ANSI C style functions declarations (used a lot in 3rd party code) |
7 # 1294: pre-ANSI C style functions declarations (used a lot in 3rd party code) |
8 # 2874: <variable> may be used before being set (this one sounds useful, but |
8 # 2874: <variable> may be used before being set (this one sounds useful, but |
9 # it's output also for class instances, making it useless in practice) |
9 # it's output also for class instances, making it useless in practice) |
10 QMAKE_CFLAGS.ARMCC += --diag_suppress 111,185,191,368,1293,1294,2874 |
10 QMAKE_CFLAGS.ARMCC += --diag_suppress 111,185,191,368,1293,1294,2874 |
|
11 |
|
12 # 6780: <origvis> visibility removed from symbol '<symname>' through <impexp> |
|
13 QMAKE_LFLAGS.ARMCC += --diag_suppress 6780 |