mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
meson dont warn on unused param
This commit is contained in:
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…
Reference in New Issue
Block a user