aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-02-18 11:20:18 -0500
committerFurkan Sahin <furkan-dev@proton.me>2018-02-18 11:20:18 -0500
commit5e1604cedd648b5787738ba38a787b95af980c1e (patch)
tree4a848eff561562669ce1b6b862c5120be0556b1e /meson.build
parentabec8c1db972bf05763395185f4dc8ac9b0e02dc (diff)
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(
)
add_project_arguments('-Wno-unused-parameter', language: 'c')
+add_project_arguments('-Wno-unused-function', language: 'c')
cc = meson.get_compiler('c')