ICU-3050 fix compiler warning
X-SVN-Rev: 12679
This commit is contained in:
parent
66dec17290
commit
c33e7dd5da
@ -26,8 +26,6 @@
|
||||
|
||||
#if !UCONFIG_NO_IDNA
|
||||
|
||||
typedef enum UStringPrepType UStringPrepType;
|
||||
|
||||
#define _SPREP_DATA_TYPE "spp"
|
||||
|
||||
enum UStringPrepType{
|
||||
@ -39,6 +37,8 @@ enum UStringPrepType{
|
||||
USPREP_TYPE_LIMIT = 0x0005 ,
|
||||
};
|
||||
|
||||
typedef enum UStringPrepType UStringPrepType;
|
||||
|
||||
static const char* usprepTypeNames[] ={
|
||||
"UNASSIGNED" ,
|
||||
"MAP" ,
|
||||
|
Loading…
Reference in New Issue
Block a user