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
|
#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" ,
|
||||||
|
Loading…
Reference in New Issue
Block a user