meson: Make unused-function an error

This commit is contained in:
Jan Janssen 2021-08-12 16:18:10 +02:00 committed by Lennart Poettering
parent 8a33aa199d
commit 702d40270a

View file

@ -345,6 +345,7 @@ possible_common_cc_flags = [
'-Werror=shift-count-overflow',
'-Werror=shift-overflow=2',
'-Werror=undef',
'-Werror=unused-function',
'-Wfloat-equal',
'-Wimplicit-fallthrough=5',
'-Winit-self',