diff -r 4332f0f7be53 -r acd3cd4aaceb ssl/libcrypto/group/libcrypto.mmp --- 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