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

Commit 1618aef6 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

am: 78f6832b

Change-Id: I9caa896da8ccfee1071eff2daacbe4ab89c1f2eb
parents 9ba56aa6 78f6832b
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