]> git.kaiwu.me - nginx.git/commit
Win32: silenced -Wcast-function-type GCC warning (ticket #1865).
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 21 Oct 2019 16:07:03 +0000 (19:07 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 21 Oct 2019 16:07:03 +0000 (19:07 +0300)
commit2393e25acb89f7434e6330a7754c076575a297fd
tree3a0041305c581eac5c446e5472160e1f138a1112
parent9aa906a684111a2f61ee841067cc0023ebcfa269
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.
src/os/win32/ngx_win32_init.c