ICU-900 Fixed some compiler warnings
X-SVN-Rev: 7029
This commit is contained in:
parent
48d1e321f2
commit
e20a286b5e
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user