mkspecs/features/symbian/armcc_warnings.prf
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 33 3e2da88830cd
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     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