meson.build: don't pass werror through to munit

We don't control compiler warnings in that project and currently we
always get one, so let's not prevent werror from working.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2022-03-02 16:12:16 +10:00
parent d2166bf2bd
commit 12e6eed191

View file

@ -228,7 +228,7 @@ endif
# tests
if get_option('tests')
subproject('munit')
subproject('munit', default_options: 'werror=false')
munit = dependency('munit', fallback: ['munit', 'munit_dep'])