1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/libliftoff/no-werror.patch
2023-02-21 18:46:34 +01:00

10 lines
148 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,6 @@ project(
default_options: [
'c_std=c11',
'warning_level=3',
- 'werror=true',
],
)