mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-5225 Fix a compiler warning based on the last check-in.
X-SVN-Rev: 19720
This commit is contained in:
parent
54dea95f46
commit
4b466dd22a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#define UCNV_NUM_RESERVED_TAGS 2
|
||||
#define UCNV_NUM_HIDDEN_TAGS 1
|
||||
|
||||
typedef enum {
|
||||
enum {
|
||||
UCNV_IO_UNNORMALIZED,
|
||||
UCNV_IO_STD_NORMALIZED,
|
||||
UCNV_IO_NORM_TYPE_COUNT
|
||||
|
|
Loading…
Add table
Reference in a new issue