equal
deleted
inserted
replaced
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 |
65 |
|
66 #ifdef FSHELL_ARMCC_DIAG_SUPPRESS_SUPPORT |
66 // Remove some of the many warnings that armcc doesn't like |
67 // Remove some of the many warnings that armcc doesn't like |
67 // Warning: #546-D: transfer of control bypasses initialization of: |
68 // Warning: #546-D: transfer of control bypasses initialization of: |
68 // Warning: #1134-D: literal treated as "long long" |
69 // Warning: #1134-D: literal treated as "long long" |
69 // Warning: C2874W: othercase may be used before being set |
70 // Warning: C2874W: othercase may be used before being set |
70 option ARMCC --diag-supress 1134,2874,546 |
71 option ARMCC --diag-supress 1134,2874,546 |
|
72 #endif |