build: Enable -Wredundant-declarations

This commit is contained in:
Guido Günther
2020-09-11 18:07:20 +02:00
parent eb7673d2c2
commit 6756fb423a

View File

@ -23,6 +23,7 @@ add_project_arguments(
'-Winit-self',
'-Wmaybe-uninitialized',
'-Wold-style-definition',
'-Wredundant-decls',
'-Wstrict-prototypes',
'-Wunused-function',
],