mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
fix compilation issue on macosx
This commit is contained in:
parent
af18f7293b
commit
a4cf7471df
2 changed files with 2 additions and 2 deletions
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 012c18ac1cf9c1826ec680d55b4b751645da9e91
|
||||
Subproject commit b03acc0a37ee64a12e9854e2ea4b781a9412240d
|
||||
|
|
@ -61,7 +61,7 @@ static void linphone_stun_test_encode()
|
|||
|
||||
len = test_stun_encode(bigBuff, bigLen, TRUE);
|
||||
CU_ASSERT(len > 0);
|
||||
ms_message("STUN message encoded in %d bytes", len);
|
||||
ms_message("STUN message encoded in %zu bytes", len);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue