aboutsummaryrefslogtreecommitdiffstats
path: root/community/grim/dont-werror.patch
blob: de4bdcce48ff1e65366b84ce512822a709510d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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',
 	],
 )