build: Enable -Wmaybe-uninitialized

No changes needed.
This commit is contained in:
Guido Günther
2020-09-11 18:01:05 +02:00
parent b197cd839e
commit 24b6a04903

View File

@ -21,6 +21,7 @@ add_project_arguments(
'-Werror=int-conversion',
'-Wformat-security',
'-Winit-self',
'-Wmaybe-uninitialized',
'-Wold-style-definition',
'-Wstrict-prototypes',
'-Wunused-function',