mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-28 17:44:18 -04:00
disable annoying Clang warning from avoiding ifdef
This commit is contained in:
parent
b672316bc7
commit
cf55ac0f6d
2 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,7 @@ common_cflags = [
|
|||
"-Wcast-align",
|
||||
"-Wcast-qual",
|
||||
"-Wwrite-strings",
|
||||
"-Wno-constant-logical-operand",
|
||||
"-Werror",
|
||||
"-DH_MALLOC_PREFIX",
|
||||
"-DZERO_ON_FREE=true",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue