aports/testing/dart/no-werror.patch
2023-05-13 09:56:59 +00:00

13 lines
325 B
Diff

--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -672,10 +672,6 @@
"-Wextra",
]
- if (dart_sysroot != "alpine") {
- cflags += [ "-Werror" ]
- }
-
defines = []
if (!using_sanitizer && !is_clang) {
# _FORTIFY_SOURCE isn't really supported by Clang now, see