nginx-quic/src
Maxim Dounin aaa707c500 Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
With MinGW-w64, building 64-bit nginx binary with GCC 8 and above
results in warning due to cast of GetProcAddress() result to ngx_wsapoll_pt,
which GCC thinks is incorrect.  Added intermediate cast to "void *" to
silence the warning.
2019-10-21 19:07:03 +03:00
..
core Version bump. 2019-09-30 16:43:16 +03:00
event SSL: available bytes handling (ticket #1431). 2019-10-17 16:02:24 +03:00
http Fixed header parsing with ignore_invalid_headers switched off. 2019-10-15 14:46:10 +03:00
mail SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Win32: silenced -Wcast-function-type GCC warning (ticket #1865). 2019-10-21 19:07:03 +03:00
stream SSL: fixed ssl_verify_client error message. 2019-09-16 19:26:42 +03:00