ICU-900 Fixed some compiler warnings for HPUX with CC

X-SVN-Rev: 4382
This commit is contained in:
George Rhoten 2001-03-28 18:30:43 +00:00
parent 6a64679ac0
commit f41f1ac2dc

View file

@ -1857,7 +1857,7 @@ public:
* @stable
*/
inline UnicodeString& remove(UTextOffset start,
int32_t length = INT32_MAX);
int32_t length = (int32_t)INT32_MAX);
/**
* Remove the characters in the range
@ -1868,7 +1868,7 @@ public:
* @stable
*/
inline UnicodeString& removeBetween(UTextOffset start,
UTextOffset limit = INT32_MAX);
UTextOffset limit = (int32_t)INT32_MAX);
/* Length operations */