mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2699 more compiler warnings fixes
X-SVN-Rev: 11952
This commit is contained in:
parent
b0fa6b0130
commit
057a8d5260
1 changed files with 2 additions and 1 deletions
|
@ -3660,7 +3660,7 @@ cycheng@ca.ibm.c... i ask sherman to send you more inconsistent data
|
|||
weiv thanks
|
||||
cycheng@ca.ibm.c... the 4 strings we sent are just samples
|
||||
*/
|
||||
|
||||
#if 0
|
||||
static void Alexis(void) {
|
||||
UErrorCode status = U_ZERO_ERROR;
|
||||
UCollator *coll = ucol_open("", &status);
|
||||
|
@ -3699,6 +3699,7 @@ static void Alexis(void) {
|
|||
|
||||
ucol_close(coll);
|
||||
}
|
||||
#endif
|
||||
|
||||
#define CMSCOLL_ALEXIS2_BUFFER_SIZE 256
|
||||
static void Alexis2(void) {
|
||||
|
|
Loading…
Add table
Reference in a new issue