mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-900 Fixed a compiler warning
X-SVN-Rev: 5662
This commit is contained in:
parent
964b65fb7a
commit
4e1079ab28
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
typedef enum ECleanupLibraryType {
|
||||
enum ECleanupLibraryType {
|
||||
UCLN_START = -1,
|
||||
UCLN_CUSTOM, /* Custom is for anyone else. */
|
||||
UCLN_LAYOUT,
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#include "cstring.h"
|
||||
#include "unicode/uchar.h"
|
||||
#include "unicode/udata.h"
|
||||
#include "ucln_cmn.h"
|
||||
|
||||
|
||||
/* prototypes ------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue