ICU-3050 fix compiler warning

X-SVN-Rev: 12679
This commit is contained in:
Ram Viswanadha 2003-07-25 00:16:15 +00:00
parent 66dec17290
commit c33e7dd5da

View File

@ -26,8 +26,6 @@
#if !UCONFIG_NO_IDNA #if !UCONFIG_NO_IDNA
typedef enum UStringPrepType UStringPrepType;
#define _SPREP_DATA_TYPE "spp" #define _SPREP_DATA_TYPE "spp"
enum UStringPrepType{ enum UStringPrepType{
@ -39,6 +37,8 @@ enum UStringPrepType{
USPREP_TYPE_LIMIT = 0x0005 , USPREP_TYPE_LIMIT = 0x0005 ,
}; };
typedef enum UStringPrepType UStringPrepType;
static const char* usprepTypeNames[] ={ static const char* usprepTypeNames[] ={
"UNASSIGNED" , "UNASSIGNED" ,
"MAP" , "MAP" ,