aboutsummaryrefslogtreecommitdiffstats
path: root/community/grim
diff options
context:
space:
mode:
Diffstat (limited to 'community/grim')
-rw-r--r--community/grim/dont-werror.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/grim/dont-werror.patch b/community/grim/dont-werror.patch
new file mode 100644
index 0000000000..de4bdcce48
--- /dev/null
+++ b/community/grim/dont-werror.patch
@@ -0,0 +1,13 @@
+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',
+ ],
+ )
+
+