diff -r e4d67989cc36 -r 47c74d1534e1 ssl/libcrypto/group/libcrypto.mmp --- a/ssl/libcrypto/group/libcrypto.mmp Tue Feb 02 02:01:42 2010 +0200 +++ b/ssl/libcrypto/group/libcrypto.mmp Fri Apr 16 16:46:38 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