Skip to content

Commit 059624e

Browse files
dcharkesCommit Queue
authored and
Commit Queue
committed
[gardening] Fix SDK build
https://dart-review.googlesource.com/c/sdk/+/365581 rolled Binaryan. This caused the following error: ../../third_party/binaryen/src/src/support/small_vector.h:39:32: error: unknown warning group '-Wmaybe-uninitialized', ignored [-Werror,-Wunknown-warning-option] Prevent the error by adding `-Wno-unknown-warning-option`. TEST=local SDK build on arm64 MacOS Change-Id: I0c1315bdc0a94db3158f657de9d155d6c796b3c8 Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-arm64-try,dart-sdk-linux-riscv64-try,dart-sdk-linux-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,dart-sdk-win-arm64-try,dart-sdk-win-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365583 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
1 parent 6e4a56f commit 059624e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/binaryen/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config("binaryen_flags") {
2424
"-Wno-header-hygiene",
2525
"-Wno-unused-private-field",
2626
"-Wno-inconsistent-missing-override",
27+
"-Wno-unknown-warning-option",
2728
]
2829
} else {
2930
# GCC

0 commit comments

Comments
 (0)