1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-16 04:35:13 +03:00
aports/testing/dart/no-werror.patch
2022-09-12 08:16:16 +00:00

20 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 = []