nginx/src
Maxim Dounin 74b7a91013 Win32: Borland C compatibility fixes.
Several false positive warnings silenced, notably W8012 "Comparing
signed and unsigned" (due to u_short values promoted to int), and
W8072 "Suspicious pointer arithmetic" (due to large type values added
to pointers).

With this patch, it's now again possible to compile nginx using bcc32,
with options we normally compile on win32 minus ipv6 and ssl.
2013-09-04 20:48:23 +04:00
..
core Win32: Open Watcom C compatibility fixes. 2013-09-04 20:48:22 +04:00
event Win32: Borland C compatibility fixes. 2013-09-04 20:48:23 +04:00
http Win32: Borland C compatibility fixes. 2013-09-04 20:48:23 +04:00
mail Style. 2013-07-11 20:38:27 +04:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: Borland C compatibility fixes. 2013-09-04 20:48:23 +04:00