CC (gcc) [M websocket.so] ws_frame.o
ws_frame.c:131:12: warning: 'str_status_empty_param' defined but not used [-Wunused-variable]
static str str_status_empty_param = str_init("Empty connection ID parameter");
^
ws_frame.c:132:12: warning: 'str_status_too_many_params' defined but not used [-Wunused-variable]
static str str_status_too_many_params = str_init("Too many parameters");
^
ws_frame.c:133:12: warning: 'str_status_bad_param' defined but not used [-Wunused-variable]
static str str_status_bad_param = str_init("Bad connection ID parameter");
^
ws_frame.c:136:12: warning: 'str_status_string_error' defined but not used [-Wunused-variable]
static str str_status_string_error = str_init("Error converting string to int");
^
CC (gcc) [M websocket.so] config.o
CC (gcc) [M websocket.so] ws_handshake.o
CC (gcc) [M websocket.so] ws_conn.o
ws_conn.c:70:12: warning: 'str_status_empty_param' defined but not used [-Wunused-variable]
static str str_status_empty_param = str_init("Empty display order parameter");
^
ws_conn.c:72:12: warning: 'str_status_too_many_params' defined but not used [-Wunused-variable]
static str str_status_too_many_params = str_init("Too many parameters");
^
pua_mi module has both pua_publish and pua_subscribe. pua_rpc module currently implements only pua.publish. If someone is using pua_subscribe, we thus cannot remove pua_mi module yet.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/886