]> git.ipfire.org Git - thirdparty/asterisk.git/commit
various: Fix GCC 11 compilation issues.
authorMike Bradeen <mbradeen@sangoma.com>
Thu, 7 Oct 2021 18:07:24 +0000 (12:07 -0600)
committerMichael Bradeen <mbradeen@sangoma.com>
Thu, 21 Oct 2021 16:39:37 +0000 (11:39 -0500)
commit6b094e905b9dc1c0fe32964e0471b97f2cb07d80
tree5ad1351d61b4ae431220ded4659b9595d3073728
parent154c5927995bbb6cae05941e56d9c0d2df491866
various: Fix GCC 11 compilation issues.

test_voicemail_api: Use empty char* for empty_msg_ids.
chan_skinny: Fix size of calledParty to be maximum extension.
menuselect: Change Makefile to stop deprecated warnings. Added comments
test_linkedlist: 'bogus' variable was manually allocated from a macro
and the test fails if this happens but the compiler couldn't 'see' this
and returns a warning. memset to all 0's after allocation.
chan_ooh323: Fixed various indentation issues that triggered misleading
 indentation warnings.

ASTERISK-29682
Reported by: George Joseph

Change-Id: If4fe42222c8444dc16828a42731ee53b4ce5cbbe
addons/ooh323c/src/memheap.c
addons/ooh323c/src/ooh323.c
channels/chan_skinny.c
menuselect/Makefile
tests/test_linkedlists.c
tests/test_voicemail_api.c