From ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 20 Aug 2019 13:05:45 -0300 Subject: move missing patch from testing/grim to community/grim --- community/grim/dont-werror.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/grim/dont-werror.patch (limited to 'community/grim/dont-werror.patch') 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', + ], + ) + + -- cgit v1.2.3