aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-02-19 17:26:06 -0500
committerTony Crisci <tony@dubstepdish.com>2018-02-19 17:26:06 -0500
commit359bab38e27276654c66fcd499fc0362086a8f00 (patch)
tree66915d9e0bf8d174b18c6f011ea2796f536258f1
parentf0ca2cb5c367a0142b6988d04c6b996f1c296055 (diff)
parent5e9fe97e36b5e33b9919c2cfee776fc8eac05959 (diff)
Merge branch 'focus-overhaul' of github.com:acrisci/sway into focus-overhaul
-rw-r--r--meson.build1
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')