mirror of
https://github.com/nginx/nginx.git
synced 2024-12-15 05:09:06 +08:00
2393e25acb
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. |
||
---|---|---|
.. | ||
unix | ||
win32 |