Do not compile with `werror=true`.

We are using `kiwix::Reader` and `kiwix::Searcher` which are now
deprecated.
Remove `werror` until we fix this.
pull/520/head
Matthieu Gautier 4 years ago
parent d8ed915c80
commit 527981ba66

@ -1,7 +1,7 @@
project('kiwix-tools', 'cpp', project('kiwix-tools', 'cpp',
version : '3.1.2', version : '3.1.2',
license : 'GPL', license : 'GPL',
default_options: ['c_std=c11', 'cpp_std=c++11', 'werror=true']) default_options: ['c_std=c11', 'cpp_std=c++11'])
compiler = meson.get_compiler('cpp') compiler = meson.get_compiler('cpp')

Loading…
Cancel
Save