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

Skip to content
Unverified Commit d86598e7 authored by Adam W. Willis's avatar Adam W. Willis Committed by Michael Bestas
Browse files

kbuild: Globally disable (void-)pointer-to-int-cast warnings for Clang



Similarly to af6bdc2a ("kbuild: Disable -Wpointer-to-enum-cast"),
enabling these warnings results in numerous false positives, and
generally lacks usefulness.

For all intents, void* is cast to int intentionally, making this
warning redundant and safe to ignore.

Signed-off-by: default avatarAdam W. Willis <return.of.octobot@gmail.com>
Change-Id: I90775912a13bd72e177cf69d343e0bcbaa248ef1
parent 9e28679d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment