summarylogtreecommitdiffstats
path: root/remove-werror.patch
diff options
context:
space:
mode:
Diffstat (limited to 'remove-werror.patch')
-rw-r--r--remove-werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/remove-werror.patch b/remove-werror.patch
new file mode 100644
index 000000000000..bb1475270563
--- /dev/null
+++ b/remove-werror.patch
@@ -0,0 +1,11 @@
+--- labwc/meson.build
++++ labwc/meson.build
+@@ -5,7 +5,6 @@
+ default_options: [
+ 'c_std=c11',
+ 'warning_level=2',
+- 'werror=true',
+ ],
+ )
+
+