mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 14:00:19 +02:00
remove redundant warning switches for Android
Android already enables -Wall and -Wextra in the global soong build settings.
This commit is contained in:
parent
6ce663a8bd
commit
e86192e7fe
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ common_cflags = [
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
"-fvisibility=hidden",
|
"-fvisibility=hidden",
|
||||||
//"-fno-plt",
|
//"-fno-plt",
|
||||||
"-Wall",
|
|
||||||
"-Wextra",
|
|
||||||
"-Wcast-align",
|
"-Wcast-align",
|
||||||
"-Wcast-qual",
|
"-Wcast-qual",
|
||||||
"-Wwrite-strings",
|
"-Wwrite-strings",
|
||||||
|
|
Loading…
Add table
Reference in a new issue