ssl/libcrypto/group/libcrypto.mmp
branchRCL_3
changeset 56 acd3cd4aaceb
parent 33 6896b031c3e1
child 57 2efc27d87e1c
--- a/ssl/libcrypto/group/libcrypto.mmp	Thu Aug 19 11:33:45 2010 +0300
+++ b/ssl/libcrypto/group/libcrypto.mmp	Tue Aug 31 16:54:36 2010 +0300
@@ -41,6 +41,14 @@
 OPTION MSVC /W0
 OPTION GCC  -w
 
+// Insignificant warnings in this FreeBSD library code are suppressed
+OPTION ARMCC -O0
+OPTION ARMCC --diag_suppress 68
+OPTION ARMCC --diag_suppress 111
+OPTION ARMCC --diag_suppress 175
+OPTION ARMCC --diag_suppress 223
+OPTION ARMCC --diag_suppress 1293
+
 #ifdef WINSCW
 OPTION CW -stdinc
 #else