[sr-dev] [kamailio/kamailio] ipops compiler warnings (#1074)

juha-h notifications at github.com
Sun Apr 16 16:08:04 CEST 2017


These warnings should be eliminated in order to make compilation readable:

CC (gcc) [M ipops.so]		ip_parser.o
ip_parser.c:18:18: warning: 'ip_parser_en_main' defined but not used [-Wunused-const-variable=]
 static const int ip_parser_start = 1;
                  ^~~~~~~~~~~~~~~~~
ip_parser.c:16:18: warning: 'ip_parser_error' defined but not used [-Wunused-const-variable=]
 
                  ^              
ip_parser.c:15:18: warning: 'ip_parser_first_final' defined but not used [-Wunused-const-variable=]
 /** Data **/
                  ^                    
CC (gcc) [M ipops.so]		rfc1918_parser.o
rfc1918_parser.c:19:18: warning: 'rfc1918_parser_en_main' defined but not used [-Wunused-const-variable=]
 static const int rfc1918_parser_en_main = 1;
                  ^~~~~~~~~~~~~~~~~~~~~~
rfc1918_parser.c:17:18: warning: 'rfc1918_parser_error' defined but not used [-Wunused-const-variable=]
 static const int rfc1918_parser_error = 0;
                  ^~~~~~~~~~~~~~~~~~~~
rfc1918_parser.c:16:18: warning: 'rfc1918_parser_first_final' defined but not used [-Wunused-const-variable=]
 static const int rfc1918_parser_first_final = 28;
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~


-- 
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/1074
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20170416/9d71386b/attachment.html>


More information about the sr-dev mailing list