ICU-3905 Fix some compiler warnings, and compiler errors based on previous check-in.
X-SVN-Rev: 16208
This commit is contained in:
parent
4c951c59c7
commit
fe5df86581
@ -47,13 +47,6 @@
|
||||
#ifndef UCNV_H
|
||||
#define UCNV_H
|
||||
|
||||
/** Forward declaring the UConverter structure. @stable ICU 2.0 */
|
||||
struct UConverter;
|
||||
|
||||
/** @stable ICU 2.0 */
|
||||
typedef struct UConverter UConverter;
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/ucnv_err.h"
|
||||
#include "unicode/uenum.h"
|
||||
|
||||
|
@ -85,12 +85,14 @@
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
/** From unicode/ucnv.h @stable ICU 2.0 */
|
||||
typedef struct UConverter UConverter;
|
||||
|
||||
|
||||
#if !UCONFIG_NO_CONVERSION
|
||||
|
||||
/** Forward declaring the UConverter structure. @stable ICU 2.0 */
|
||||
struct UConverter;
|
||||
|
||||
/** @stable ICU 2.0 */
|
||||
typedef struct UConverter UConverter;
|
||||
|
||||
/**
|
||||
* FROM_U, TO_U context options for sub callback
|
||||
* @stable ICU 2.0
|
||||
|
Loading…
Reference in New Issue
Block a user