aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-01 05:42:12 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-01 05:42:12 -0500
commit0f7a7f4084487d846100119b13b26a63ffe9b437 (patch)
tree6fbe75bcf96ffa11a37abe07ed6e008969859add /meson.build
parentupdate hacking for meson (diff)
downloadsway-0f7a7f4084487d846100119b13b26a63ffe9b437.tar.gz
sway-0f7a7f4084487d846100119b13b26a63ffe9b437.tar.zst
sway-0f7a7f4084487d846100119b13b26a63ffe9b437.zip
meson dont warn on unused param
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 05d92a91..695e237e 100644
--- a/meson.build
+++ b/meson.build
@@ -9,6 +9,8 @@ project(
9 ], 9 ],
10) 10)
11 11
12add_project_arguments('-Wno-unused-parameter', language: 'c')
13
12cc = meson.get_compiler('c') 14cc = meson.get_compiler('c')
13 15
14is_freebsd = host_machine.system().startswith('freebsd') 16is_freebsd = host_machine.system().startswith('freebsd')