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

Commit 25a83f01 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents fe3becb5 e9ce7aa8
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