remove redundant warning switches for Android

Android already enables -Wall and -Wextra in the global soong build
settings.
pull/246/head
Daniel Micay 2024-10-09 19:56:50 -04:00
parent 6ce663a8bd
commit e86192e7fe
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ common_cflags = [
"-fPIC",
"-fvisibility=hidden",
//"-fno-plt",
"-Wall",
"-Wextra",
"-Wcast-align",
"-Wcast-qual",
"-Wwrite-strings",