mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19760
This commit is contained in:
parent
739bf49f88
commit
2ac36e914a
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,6 @@
|
|||
* in various IDNA conversion processes.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if !UCONFIG_NO_IDNA && !UCONFIG_NO_TRANSLITERATION
|
||||
|
@ -40,6 +38,7 @@
|
|||
#include "sprpimpl.h"
|
||||
#include "testidna.h"
|
||||
#include "punyref.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
UBool beVerbose=FALSE, haveCopyright=TRUE;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue