libraries/spcre/libpcre/group/libpcre.mmp
changeset 19 cb341c55f6e8
parent 10 ba0a96c1cc51
child 20 75412e452636
equal deleted inserted replaced
18:10421720b8ae 19:cb341c55f6e8
    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