From 8b36e94d502823b1709711717558b36fa8a31dff Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 9 Feb 2022 15:28:00 +0400 Subject: [PATCH] Now kiwix-tools is built with werror=true --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ccea51e..bfc4f01 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('kiwix-tools', 'cpp', version : '3.2.0', license : 'GPL', - default_options: ['c_std=c11', 'cpp_std=c++11']) + default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true']) compiler = meson.get_compiler('cpp')