On Wednesday 02 January 2013, Juha Heinanen wrote:
Module: sip-router Branch: master Commit: 75fde552f1c4cdea736baa72ff1aa36e527e0215 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=75fde5 52f1c4cdea736baa72ff1aa36e527e0215
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Wed Jan 2 13:00:31 2013 +0200
modules/rtpproxy: rtpproxy_manage can now add ice relay candidates
- The feature is activated by defining ice_candidate_priority_avp module parameter.
This commit is introducing compiler warnings, can you please fix them?
This line: LM_DBG("inserting '%.*s'\n", at - buf, buf);
CC (gcc) [M rtpproxy.so] rtpproxy.o rtpproxy.c: In function 'insert_candidates': rtpproxy.c:1467: warning: field precision should have type 'int', but argument 7 has type 'long int' rtpproxy.c:1467: warning: field precision should have type 'int', but argument 5 has type 'long int' rtpproxy.c:1467: warning: field precision should have type 'int', but argument 6 has type 'long int' rtpproxy.c:1467: warning: field precision should have type 'int', but argument 4 has type 'long int' rtpproxy.c:1467: warning: field precision should have type 'int', but argument 4 has type 'long int'