aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2017-12-01 05:42:12 -0500
committerFurkan Sahin <furkan-dev@proton.me>2017-12-01 05:42:12 -0500
commit25d6e8a3a5f759619a3fb2687abb7ec776fd305e (patch)
tree6fbe75bcf96ffa11a37abe07ed6e008969859add /meson.build
parentf5794cb66b752b70f1def1016118c4160cdc7d3e (diff)
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(
],
)
+add_project_arguments('-Wno-unused-parameter', language: 'c')
+
cc = meson.get_compiler('c')
is_freebsd = host_machine.system().startswith('freebsd')