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

Commit ba590211 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

am: 1618aef6

Change-Id: Ic678639dea3292dc380b39f6391c38c2339975ca
parents 91548691 1618aef6
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