1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/grim/dont-werror.patch

13 lines
218 B
Diff

diff --git a/meson.build b/meson.build
index 5488e38..1de861b 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,6 @@ project(
default_options: [
'c_std=c11',
'warning_level=2',
- 'werror=true',
],
)