talkatu/talkatu

Parents 459fa08eb5bd
Children 98abe1d4dc8d
Remove the --warn-error option from gir_generate as we're not using it elsewhere

Testing Done:
Compiled locally.

Reviewed at https://reviews.imfreedom.org/r/170/
--- a/talkatu/meson.build Mon Oct 12 21:12:43 2020 -0500
+++ b/talkatu/meson.build Thu Oct 15 19:23:04 2020 -0500
@@ -210,8 +210,7 @@
namespace : 'Talkatu',
symbol_prefix : 'talkatu',
nsversion : '@0@.0'.format(TALKATU_MAJOR_VERSION),
- extra_args : ['--quiet', '--warn-error', '--warn-all',
- '-DTALKATU_COMPILATION'],
+ extra_args : ['--quiet', '--warn-all', '-DTALKATU_COMPILATION'],
install : true)
endif