Merge "Ignore null-pointer-arithmetic warning from dlmalloc include"
am: 25a83f0176
Change-Id: I28e8d63ea5df8f10d3a75c51a490c62d812b9c9a
This commit is contained in:
commit
78f6832bd1
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ static void heap_error(const char* msg, const char* function, void* p);
|
|||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wexpansion-to-defined"
|
||||
#pragma GCC diagnostic ignored "-Wnull-pointer-arithmetic"
|
||||
#include "../../../../external/dlmalloc/malloc.c"
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue