Add -Wno-unused-function

This is temporary, it helps while we work on porting and large swaths of
the code are commented out.
This commit is contained in:
Drew DeVault 2018-02-18 11:20:18 -05:00
parent 7c089442c3
commit 5e9fe97e36
1 changed files with 1 additions and 0 deletions

View File

@ -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')