From 4b466dd22a0274c44efba761d8764f06b501047c Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 14 Jun 2006 05:57:29 +0000 Subject: [PATCH] ICU-5225 Fix a compiler warning based on the last check-in. X-SVN-Rev: 19720 --- icu4c/source/common/ucnv_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/ucnv_io.h b/icu4c/source/common/ucnv_io.h index c45f904745..91bc6e5916 100644 --- a/icu4c/source/common/ucnv_io.h +++ b/icu4c/source/common/ucnv_io.h @@ -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