efl-mono: Treat Warnings as Errors

Now that there are 0 documentation warnings, let's make sure we stay this way.
This commit is contained in:
Xavi Artigas 2019-07-08 16:59:19 +02:00
parent b7801edbe4
commit 3f42180611
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ efl_mono = library('efl_mono',
mono_generator_target + mono_files + [efl_src],
install : true,
install_dir : efl_mono_install_dir,
cs_args : extra_cs_args + ['-doc:' + efl_mono_xml_doc]
cs_args : extra_cs_args + ['-doc:' + efl_mono_xml_doc, '-warnaserror+']
)
meson.add_install_script(join_paths(meson.source_root(), 'meson', 'meson_csharp_docs.sh'),