current strptime.h,1.1,1.2
Lee <[email protected]> Fri, 22 Jul 2016 11:58:19 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19349/current
Modified Files:
strptime.h
Log Message:
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))
^
Index: strptime.h
===================================================================
RCS file: /cvsroot/ijbswa/current/strptime.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** strptime.h 14 Aug 2006 08:43:29 -0000 1.1
--- strptime.h 22 Jul 2016 11:58:17 -0000 1.2
***************
*** 536,544 ****
}
#endif
! if (!match_string (HERE_AM_STR, rp))
if (match_string (HERE_PM_STR, rp))
is_pm = 1;
else
return NULL;
break;
case 'r':
--- 536,545 ----
}
#endif
! if (!match_string (HERE_AM_STR, rp)) {
if (match_string (HERE_PM_STR, rp))
is_pm = 1;
else
return NULL;
+ }
break;
case 'r':
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev