Skip to content
Snippets Groups Projects
Commit 3dfb5bfc authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

meson: Warn about unused functions

parent e8d6270e
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,7 @@ test_c_args = [
'-Wswitch-default',
'-Wswitch-enum',
'-Wundef',
'-Wunused-function',
'-Wmaybe-uninitialized',
]
if get_option('buildtype') != 'plain'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment