changeset 10 | ba0a96c1cc51 |
parent 0 | 7f656887cf89 |
child 13 | eb50996ae8a8 |
child 19 | cb341c55f6e8 |
--- a/libraries/spcre/libpcre/group/libpcre.mmp Mon Jul 12 15:23:23 2010 +0100 +++ b/libraries/spcre/libpcre/group/libpcre.mmp Tue Jul 13 09:10:33 2010 +0100 @@ -62,3 +62,9 @@ library euser.lib library estlib.lib + +// Remove some of the many warnings that armcc doesn't like +// Warning: #546-D: transfer of control bypasses initialization of: +// Warning: #1134-D: literal treated as "long long" +// Warning: C2874W: othercase may be used before being set +option ARMCC --diag-supress 1134,2874,546