From: Johan Malm Date: Tue, 18 Aug 2020 19:16:05 +0000 (+0100) Subject: meson.build: remove werror=true X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=7610063b461e66fd8848a81a8686d9e73e9f04bb;p=proto%2Flabwc.git meson.build: remove werror=true --- diff --git a/meson.build b/meson.build index a4db297a..5a9ce048 100644 --- a/meson.build +++ b/meson.build @@ -5,7 +5,6 @@ project( default_options: [ 'c_std=c11', 'warning_level=2', - 'werror=true', ], )