error on missing return type

This commit is contained in:
Erik Frojdh 2019-10-01 14:35:25 +02:00
parent 5de5884341
commit e6472da5f1

View File

@ -69,6 +69,7 @@ target_compile_options(slsProjectWarnings INTERFACE
-Wredundant-decls
# -Wconversion
-Wdouble-promotion
-Werror=return-type
)