meson dont warn on unused param

master
Tony Crisci 7 years ago
parent 08954a0910
commit 0f7a7f4084

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

Loading…
Cancel
Save