FS-6538: silence gcc 4.9 throwing incorrect warning

This commit is contained in:
Michael Jerris 2014-05-20 15:46:46 +00:00
parent af6c4b00b7
commit 77bddb9f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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);