summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/armcc_warnings.prf
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-11-04 13:51:20 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-07 13:26:41 +0100
commit981dd3b3147df213608981d347c998dcf0230fe1 (patch)
tree1b9ea8de5a01d641444c99b9ef0212341cc1de60 /mkspecs/features/symbian/armcc_warnings.prf
parente0dfa4547ec89b69acf20af91587a12cef96cfe4 (diff)
qmake: remove symbian support
Change-Id: I1db834500921681676a6f46e7750bdd81bf0093d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'mkspecs/features/symbian/armcc_warnings.prf')
-rw-r--r--mkspecs/features/symbian/armcc_warnings.prf22
1 files changed, 0 insertions, 22 deletions
diff --git a/mkspecs/features/symbian/armcc_warnings.prf b/mkspecs/features/symbian/armcc_warnings.prf
deleted file mode 100644
index 3331bffeef..0000000000
--- a/mkspecs/features/symbian/armcc_warnings.prf
+++ /dev/null
@@ -1,22 +0,0 @@
-# 68: integer conversion resulted in a change of sign (sounds useful, but it's
-# buggy and is reported even in places where it makes no sense)
-# 111: Statement is unreachable
-# 185: Dynamic initialization in unreachable code
-# 187: use of "=" where "==" may have been intended
-# 191: Type qualifier is meaningless on cast type
-# 368: class "<class>" defines no constructor to initialize the following: <member>
-# (Disabled because there are other ways of assigning besides constructors)
-# 830: function "xxx" has no corresponding operator delete (to be called if an
-# exception is thrown during initialization of an allocated object) (used a
-# lot in 3rd party code)
-# 997: function "xxx" is hidden by "yyy" -- virtual function override intended?
-# (used all over the place in the Symbian SDK)
-# 1293: Assignment in condition
-# 1294: pre-ANSI C style functions declarations (used a lot in 3rd party code)
-# 2874: <variable> may be used before being set (this one sounds useful, but
-# it's output also for class instances, making it useless in practice)
-QMAKE_CFLAGS.ARMCC += --diag_suppress 68,111,185,187,191,368,830,997,1293,1294,2874
-QMAKE_CXXFLAGS.ARMCC += --diag_suppress 68,111,185,187,191,368,830,997,1293,1294,2874
-
-# 6780: <origvis> visibility removed from symbol '<symname>' through <impexp>
-QMAKE_LFLAGS.ARMCC += --diag_suppress 6780