char *
unbound_strptime(const char *s, const char *format, struct tm *tm)
{
- int c, alt_format, ret;
+ int c, ret;
int split_year = 0;
while ((c = *format) != '\0') {
- alt_format = 0;
-
/* whitespace, literal or format */
if (isspace(c)) { /* whitespace */
/** whitespace matches zero or more whitespace characters in the
5 December 2011: Wouter
- Fix getaddrinfowithincludes on windows with fedora16 mingw32-gcc.
- Fix warnings with gcc 4.6 in compat/inet_ntop.c.
+ - Fix warning unused in compat/strptime.c.
2 December 2011: Wouter
- configure generated with autoconf 2.68.