aports/testing/dart/no-werror.patch
2022-09-12 08:16:16 +00:00

21 lines
395 B
Diff

--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -190,7 +190,6 @@
}
} else {
cflags = [
- "-Werror",
"-Wall",
"-Wextra", # Also known as -W.
"-Wno-unused-parameter",
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -636,7 +636,6 @@
cflags = [
"-Wall",
"-Wextra",
- "-Werror",
]
defines = []