../../../../../contrib/hbcurl/core.c: In function ‘HB_FUN_CURL_WS_RECV’:
../../../../../contrib/hbcurl/core.c:2676:30: warning: passing argument 5 of ‘curl_ws_recv’ from incompatible pointer type [-Wincompatible-pointer-types]
2676 | &meta );
| ^~~~~
| |
| const struct curl_ws_frame **
In file included from /usr/include/x86_64-linux-gnu/curl/curl.h:3195,
from ../../../../../contrib/hbcurl/core.c:49:
/usr/include/x86_64-linux-gnu/curl/websockets.h:57:58: note: expected ‘struct curl_ws_frame **’ but argument is of type ‘const struct curl_ws_frame **’
57 | struct curl_ws_frame **metap);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~
Regards,
Lorenzo