libraries/spcre/libpcre/group/libpcre.mmp
changeset 10 ba0a96c1cc51
parent 0 7f656887cf89
child 13 eb50996ae8a8
child 19 cb341c55f6e8
equal deleted inserted replaced
9:257450419d10 10:ba0a96c1cc51
    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