mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-02-11 08:47:58 +01:00
meson dont warn on unused param
This commit is contained in:
parent
08954a0910
commit
0f7a7f4084
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue