1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 01:35:13 +03:00
aports/community/sway/no-werror.patch
2022-08-15 04:10:11 +02:00

12 lines
217 B
Diff

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