aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-02-18 11:20:18 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-02-18 11:20:18 -0500
commit5e9fe97e36b5e33b9919c2cfee776fc8eac05959 (patch)
tree4a848eff561562669ce1b6b862c5120be0556b1e /meson.build
parentuse box projection function (diff)
downloadsway-5e9fe97e36b5e33b9919c2cfee776fc8eac05959.tar.gz
sway-5e9fe97e36b5e33b9919c2cfee776fc8eac05959.tar.zst
sway-5e9fe97e36b5e33b9919c2cfee776fc8eac05959.zip
Add -Wno-unused-function
This is temporary, it helps while we work on porting and large swaths of the code are commented out.
Diffstat (limited to 'meson.build')
-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(
10) 10)
11 11
12add_project_arguments('-Wno-unused-parameter', language: 'c') 12add_project_arguments('-Wno-unused-parameter', language: 'c')
13add_project_arguments('-Wno-unused-function', language: 'c')
13 14
14cc = meson.get_compiler('c') 15cc = meson.get_compiler('c')
15 16