]> 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)
committerN A <asterisk@phreaknet.org>
Thu, 27 Oct 2022 19:29:40 +0000 (14:29 -0500)
commit025dbcfd68f4c39c05f9ff7b0c2019516c72ee18
tree1f57b08e651dbcde3ba4a531616efe2fb21703c2
parenta6aebab79bb715ded840c4b47d9c611d62acd04b
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