From 38f3775e5c7dc91fdc33ebb860084e3abea59473 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 6 Feb 2001 21:56:48 +0000 Subject: [PATCH] ICU-535 Fixed some compiler warnings X-SVN-Rev: 3575 --- icu4c/source/extra/ustdio/uscanf.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/icu4c/source/extra/ustdio/uscanf.c b/icu4c/source/extra/ustdio/uscanf.c index afb23ca5d8..db9e910fca 100644 --- a/icu4c/source/extra/ustdio/uscanf.c +++ b/icu4c/source/extra/ustdio/uscanf.c @@ -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) {