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");
^