ICU-535 Fixed some compiler warnings
X-SVN-Rev: 3575
This commit is contained in:
parent
ad995eff2d
commit
38f3775e5c
@ -175,10 +175,6 @@ u_scanf_scanset_handler(UFILE *stream,
|
||||
const UChar *fmt,
|
||||
int32_t *consumed);
|
||||
|
||||
int32_t
|
||||
u_scanf_skip_leading_ws(UFILE *stream,
|
||||
UChar pad);
|
||||
|
||||
/* ANSI style formatting */
|
||||
/* Use US-ASCII characters only for formatting */
|
||||
|
||||
@ -337,7 +333,7 @@ u_vfscanf( UFILE *f,
|
||||
return converted;
|
||||
}
|
||||
|
||||
int32_t
|
||||
static int32_t
|
||||
u_scanf_skip_leading_ws(UFILE *stream,
|
||||
UChar pad)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user