equal
deleted
inserted
replaced
60 source pcre_xclass.c |
60 source pcre_xclass.c |
61 source pcre_study.c |
61 source pcre_study.c |
62 |
62 |
63 library euser.lib |
63 library euser.lib |
64 library estlib.lib |
64 library estlib.lib |
|
65 |
|
66 // Remove some of the many warnings that armcc doesn't like |
|
67 // Warning: #546-D: transfer of control bypasses initialization of: |
|
68 // Warning: #1134-D: literal treated as "long long" |
|
69 // Warning: C2874W: othercase may be used before being set |
|
70 option ARMCC --diag-supress 1134,2874,546 |