build: Enable '-Wunused-function'
This commit is contained in:
@ -21,6 +21,7 @@ add_project_arguments(
|
||||
'-Werror=int-conversion',
|
||||
'-Wold-style-definition',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wunused-function',
|
||||
],
|
||||
language: 'c'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user