mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-6538: silence gcc 4.9 throwing incorrect warning
This commit is contained in:
parent
af6c4b00b7
commit
77bddb9f9c
@ -739,7 +739,7 @@ issize_t msg_buf_external(msg_t *msg,
|
|||||||
usize_t N,
|
usize_t N,
|
||||||
usize_t blocksize)
|
usize_t blocksize)
|
||||||
{
|
{
|
||||||
msg_buffer_t *ext, *b, **bb;
|
msg_buffer_t *ext = NULL, *b, **bb;
|
||||||
size_t i, I;
|
size_t i, I;
|
||||||
|
|
||||||
assert(N <= 128 * 1024);
|
assert(N <= 128 * 1024);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user