1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

FS-6538: silence gcc 4.9 throwing incorrect warning

This commit is contained in:
Michael Jerris 2014-05-20 15:46:46 +00:00 committed by Travis Cross
parent 24ae878ac0
commit c29e4b0cf0

@ -739,7 +739,7 @@ issize_t msg_buf_external(msg_t *msg,
usize_t N,
usize_t blocksize)
{
msg_buffer_t *ext, *b, **bb;
msg_buffer_t *ext = NULL, *b, **bb;
size_t i, I;
assert(N <= 128 * 1024);