[sr-dev] git:master: modules/rtpproxy: rtpproxy_manage can now add ice relay candidates

Daniel-Constantin Mierla miconda at gmail.com
Mon Jan 7 21:11:25 CET 2013


On 1/7/13 9:02 PM, Juha Heinanen wrote:
> Alex Hermann writes:
>
>> This commit is introducing compiler warnings, can you please fix them?
>>
>> This line:
>>      LM_DBG("inserting '%.*s'\n", at - buf, buf);
> fixed by removing the offending line (don't know how to tell '%.*' that
> length is long).
Just cast to int:

LM_DBG("inserting '%.*s'\n", (int)(at - buf), buf);


Cheers,
Daniel


-- 
Daniel-Constantin Mierla - http://www.asipto.com
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda




More information about the sr-dev mailing list