mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-20 01:35:13 +03:00
12 lines
217 B
Diff
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',
|
|
],
|
|
)
|
|
|