ICU-900 Fixed some compiler warnings

X-SVN-Rev: 7029
This commit is contained in:
George Rhoten 2001-11-20 21:25:14 +00:00
parent 48d1e321f2
commit e20a286b5e
2 changed files with 2 additions and 2 deletions

View File

@ -1245,7 +1245,7 @@ u_vsscanf_u(UChar *buffer,
/* skip the argument, if necessary */
if(spec.fSkipArg)
va_arg(ap, int);
args.ptrValue = va_arg(ap, int*);
handlerNum = (uint16_t)(spec.fInfo.fSpec - USCANF_BASE_FMT_HANDLERS);
if (handlerNum < USCANF_NUM_FMT_HANDLERS) {

View File

@ -1258,7 +1258,7 @@ u_vfscanf_u( UFILE *f,
/* skip the argument, if necessary */
if(spec.fSkipArg)
va_arg(ap, int);
args.ptrValue = va_arg(ap, int*);
handlerNum = (uint16_t)(spec.fInfo.fSpec - USCANF_BASE_FMT_HANDLERS);
if (handlerNum < USCANF_NUM_FMT_HANDLERS) {