aports/testing/dart/no-werror.patch

14 lines
325 B
Diff
Raw Normal View History

2022-09-12 08:11:23 +00:00
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
2023-05-13 09:56:24 +00:00
@@ -672,10 +672,6 @@
2022-09-12 08:11:23 +00:00
"-Wextra",
]
2023-05-13 09:56:24 +00:00
- if (dart_sysroot != "alpine") {
- cflags += [ "-Werror" ]
- }
-
2022-09-12 08:11:23 +00:00
defines = []
2023-05-13 09:56:24 +00:00
if (!using_sanitizer && !is_clang) {
# _FORTIFY_SOURCE isn't really supported by Clang now, see