build: Enable -Wredundant-declarations
This commit is contained in:
@ -23,6 +23,7 @@ add_project_arguments(
|
||||
'-Winit-self',
|
||||
'-Wmaybe-uninitialized',
|
||||
'-Wold-style-definition',
|
||||
'-Wredundant-decls',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wunused-function',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user