Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 5ced436

Browse files
authored
Remove -Wno-c99-designator (#788)
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
1 parent ab76ccb commit 5ced436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/config/compiler/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ if (is_win) {
667667
"-Wno-unused-but-set-parameter",
668668
"-Wno-unused-but-set-variable",
669669
"-Wno-implicit-int-float-conversion",
670-
"-Wno-c99-designator",
671670
"-Wno-deprecated-copy",
672671

673672
# Needed for compiling Skia with clang-12

0 commit comments

Comments
 (0)