]> git.ipfire.org Git - thirdparty/asterisk.git/commit
tests: Fix compilation errors on 32-bit.
authorNaveen Albert <asterisk@phreaknet.org>
Sun, 23 Oct 2022 15:16:31 +0000 (15:16 +0000)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 28 Oct 2022 11:45:11 +0000 (06:45 -0500)
commit26283a4d595e9e8de50deeb56e31fc6bb8621467
tree94103df793aaf9dbe836fe6997b41413b63b04e9
parent7b2d3a64112e99b6bf2c1992d126b526253165ef
tests: Fix compilation errors on 32-bit.

Fix compilation errors caused by using size_t
instead of uintmax_t and non-portable format
specifiers.

ASTERISK-30273 #close

Change-Id: I363e6057ef84d54b88af80d23ad6147eef9216ee
res/res_pjsip_outbound_authenticator_digest.c
tests/test_mwi.c
tests/test_stasis.c
tests/test_stasis_state.c