mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3100 Fix another compiler error/warnings
X-SVN-Rev: 15293
This commit is contained in:
parent
2966a803c9
commit
b9259ec22a
1 changed files with 2 additions and 0 deletions
|
@ -61,9 +61,11 @@ struct CollatorSpec {
|
|||
};
|
||||
|
||||
|
||||
U_CDECL_BEGIN
|
||||
typedef const char* U_CALLCONV
|
||||
ActionFunction(CollatorSpec *spec, uint32_t value1, const char* string,
|
||||
UErrorCode *status);
|
||||
U_CDECL_END
|
||||
|
||||
struct AttributeConversion {
|
||||
char letter;
|
||||
|
|
Loading…
Add table
Reference in a new issue