fix compiler warning about ambiguous else
authorLee <ler762@users.sourceforge.net>
Fri, 22 Jul 2016 11:58:17 +0000 (11:58 +0000)
committerLee <ler762@users.sourceforge.net>
Fri, 22 Jul 2016 11:58:17 +0000 (11:58 +0000)
commit2e8ea1c7d7f7b0c254406971c53b783cd944e6fe
treec30df683034447e0be8a5f52337de721b7297386
parent7f35b9589c4a36e48b65805b27f2500837f5a198
fix compiler warning about ambiguous else

i686-w64-mingw32-gcc -c -pipe -O2 -DWINVER=0x501   -mwindows -Wall -Ipcre  parsers.c -o parsers.o
In file included from parsers.c:90:0:
strptime.h: In function 'strptime_internal':
strptime.h:538:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
    if (!match_string (HERE_AM_STR, rp))
       ^
strptime.h