Closed theburn closed 4 years ago
@agentzh Could this PR be merged? It's needed for the module to be successfully built with EL8, which is using gcc 8.
Merged. Sorry for the delay on our side.
OK, my bad, this patch is actually wrong. It hides the real problem instead of fixing it. I've reverted this patch and will merge #27 instead.
when use gcc 8, report error:
ENV:
Error info:
so, update
code->code = (ngx_http_replace_script_code_pt)...
tocode->code = (ngx_http_replace_script_code_pt)(void *)...