Skip to content

Commit

Permalink
Remove -Wno-c99-designator (#788)
Browse files Browse the repository at this point in the history
flutter/engine#45869 may have removed the last occurrence of this.

*List which issues are fixed by this PR. You must list at least one issue.*
b/300573112
  • Loading branch information
jiahaog committed Oct 20, 2023
1 parent ab76ccb commit 5ced436
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/config/compiler/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ if (is_win) {
"-Wno-unused-but-set-parameter",
"-Wno-unused-but-set-variable",
"-Wno-implicit-int-float-conversion",
"-Wno-c99-designator",
"-Wno-deprecated-copy",

# Needed for compiling Skia with clang-12
Expand Down

0 comments on commit 5ced436

Please sign in to comment.