Skip to content

Commit

Permalink
remove redundant warning switches for Android
Browse files Browse the repository at this point in the history
Android already enables -Wall and -Wextra in the global soong build
settings.
  • Loading branch information
thestinger committed Oct 9, 2024
1 parent 6ce663a commit e86192e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ common_cflags = [
"-fPIC",
"-fvisibility=hidden",
//"-fno-plt",
"-Wall",
"-Wextra",
"-Wcast-align",
"-Wcast-qual",
"-Wwrite-strings",
Expand Down

0 comments on commit e86192e

Please sign in to comment.