diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:05:45 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:05:45 -0300 |
commit | ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1 (patch) | |
tree | 70f10a5d3fcad63cefb7e50632513efcc307a4cf /community/grim/dont-werror.patch | |
parent | d582d29431a7ef01d65a0081961de190e2085141 (diff) | |
download | aports-ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1.tar.bz2 aports-ba4b80258f4bfb90da9667a29d3e2ebe7849d0c1.tar.xz |
move missing patch from testing/grim to community/grim
Diffstat (limited to 'community/grim/dont-werror.patch')
-rw-r--r-- | community/grim/dont-werror.patch | 13 |
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', + ], + ) + + |