ICU-13001 additional warning cleanup
X-SVN-Rev: 40444
This commit is contained in:
parent
8975d923fe
commit
119d75dc46
@ -368,6 +368,7 @@ static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength
|
|||||||
#define LF 0x000D
|
#define LF 0x000D
|
||||||
#define AT_SIGN 0x0040
|
#define AT_SIGN 0x0040
|
||||||
|
|
||||||
|
#if UCONFIG_NO_REGULAR_EXPRESSIONS==0
|
||||||
static void
|
static void
|
||||||
trim(char **src, int32_t *len){
|
trim(char **src, int32_t *len){
|
||||||
|
|
||||||
@ -395,7 +396,6 @@ trim(char **src, int32_t *len){
|
|||||||
*len = i+1;
|
*len = i+1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if UCONFIG_NO_REGULAR_EXPRESSIONS==0 /* donot compile when no RegularExpressions are available */
|
|
||||||
static void
|
static void
|
||||||
print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){
|
print(UChar* src, int32_t srcLen,const char *tagStart,const char *tagEnd, UErrorCode *status){
|
||||||
int32_t bufCapacity = srcLen*4;
|
int32_t bufCapacity = srcLen*4;
|
||||||
|
Loading…
Reference in New Issue
Block a user