Commit 8bb68d37569145a772000ce8db87397529f5b3cf

Eric Blake 2012-01-11T15:49:20

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>