mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-3050 fix compiler warning
X-SVN-Rev: 12679
This commit is contained in:
parent
66dec17290
commit
c33e7dd5da
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue