Merge "Ignore null-pointer-arithmetic warning from dlmalloc include"

This commit is contained in:
Treehugger Robot 2018-12-12 18:08:01 +00:00 committed by Gerrit Code Review
commit 25a83f0176

View file

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