mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-05 14:50:16 +01:00
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:
parent
d2166bf2bd
commit
12e6eed191
1 changed files with 1 additions and 1 deletions
|
|
@ -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'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue