lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Parameter passing issue

Open aipach opened this issue 3 years ago • 1 comments

lua-nginx-module-master//src/ngx_http_lua_headers.c:1247:51: error: passing 'const char *' to parameter of type 'const u_char *' (aka 'const unsigned char *') converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Werror,-Wpointer-sign] return ngx_http_lua_ffi_set_resp_header(p->r, p->key_data, p->key_len,

aipach avatar Aug 31 '22 06:08 aipach

Is it solved now? @cppcoffee

jjeejj avatar Oct 09 '22 14:10 jjeejj