diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2018-02-19 17:26:06 -0500 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2018-02-19 17:26:06 -0500 |
| commit | 359bab38e27276654c66fcd499fc0362086a8f00 (patch) | |
| tree | 66915d9e0bf8d174b18c6f011ea2796f536258f1 | |
| parent | f0ca2cb5c367a0142b6988d04c6b996f1c296055 (diff) | |
| parent | 5e9fe97e36b5e33b9919c2cfee776fc8eac05959 (diff) | |
| download | sway-359bab38e27276654c66fcd499fc0362086a8f00.tar.xz | |
Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 49392126..fc995c81 100644 --- a/meson.build +++ b/meson.build @@ -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') |
