mirror of
https://github.com/swaywm/sway.git
synced 2024-11-19 14:39:15 +00:00
Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul
This commit is contained in:
commit
359bab38e2
|
@ -10,6 +10,7 @@ project(
|
||||||
)
|
)
|
||||||
|
|
||||||
add_project_arguments('-Wno-unused-parameter', language: 'c')
|
add_project_arguments('-Wno-unused-parameter', language: 'c')
|
||||||
|
add_project_arguments('-Wno-unused-function', language: 'c')
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue