]> git.mdlowis.com Git - proto/labwc.git/commitdiff
meson.build: remove werror=true
authorJohan Malm <jgm323@gmail.com>
Tue, 18 Aug 2020 19:16:05 +0000 (20:16 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 18 Aug 2020 19:16:05 +0000 (20:16 +0100)
meson.build

index a4db297a4b214459910b03efe34e224d50437a91..5a9ce048ac1f77be9977389a95b332c4708bf9bb 100644 (file)
@@ -5,7 +5,6 @@ project(
   default_options: [
     'c_std=c11',
     'warning_level=2',
-    'werror=true',
   ],
 )