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