Skip to content

Commit

Permalink
Readd android wno flag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsavage1 committed Oct 29, 2024
1 parent b989d6e commit 3535ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starboard/nplb/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ test("nplb") {
"//starboard/shared/starboard/player:player_download_test_data",
]

if (is_clang && !is_android) {
if (is_clang) {
# signedness_and_size_of_enum_test.cc casts -1 to enum value
cflags = [ "-Wno-enum-constexpr-conversion" ]
}
Expand Down

0 comments on commit 3535ca0

Please sign in to comment.