]> 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)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 28 Oct 2022 12:41:05 +0000 (07:41 -0500)
commit39899774023ff4e9f45c81c26fd9a8dedcc66e86
treeeebf697dd77e6b16f291e1fdf0beedf151c96adb
parent093593a7c87399c1734d13f3aaeb1cc611dc9690
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