Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78f6832b authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

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

am: 25a83f01

Change-Id: I28e8d63ea5df8f10d3a75c51a490c62d812b9c9a
parents e3092f6e 25a83f01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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