meson dont warn on unused param

This commit is contained in:
Tony Crisci 2017-12-01 05:42:12 -05:00
parent 08954a0910
commit 0f7a7f4084
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ project(
],
)
add_project_arguments('-Wno-unused-parameter', language: 'c')
cc = meson.get_compiler('c')
is_freebsd = host_machine.system().startswith('freebsd')