1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-15 15:41:59 +01:00

Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul

This commit is contained in:
Tony Crisci 2018-02-19 17:26:06 -05:00
commit 359bab38e2

View file

@ -10,6 +10,7 @@ project(
)
add_project_arguments('-Wno-unused-parameter', language: 'c')
add_project_arguments('-Wno-unused-function', language: 'c')
cc = meson.get_compiler('c')