strptime: silence gcc warnings
authorEric Blake <eblake@redhat.com>
Wed, 11 Jan 2012 22:49:20 +0000 (15:49 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 11 Jan 2012 22:49:54 +0000 (15:49 -0700)
commit8bb68d37569145a772000ce8db87397529f5b3cf
tree363d425b48e2e2996249bbee74a2ba9a5a2efa18
parente4196e8dce983586517ee1f25efbbf77ee14c439
strptime: silence gcc warnings

Cross-compiling to mingw raised a couple of gcc warnings.

* lib/strptime.c (__strptime_internal) [!_NL_CURRENT],
[!_LIBC && !HAVE_TM_GMTOFF]: Avoid unused variables.
Reported by Daniel P. Berrange.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
lib/strptime.c