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"); ^
Thanks, should be fixed now in master.
Cheers, Daniel
On 04/01/2017 06:21, Juha Heinanen wrote:
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"); ^
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev