Fix Wredundant-decls

Closes #2682
This commit is contained in:
Martin Hořeňovský
2023-05-12 09:50:59 +02:00
parent 0dc82e08df
commit 598895d048
7 changed files with 36 additions and 34 deletions

View File

@@ -74,6 +74,7 @@ function(add_warnings_to_targets targets)
"-Woverloaded-virtual"
"-Wparentheses"
"-Wpedantic"
"-Wredundant-decls"
"-Wreorder"
"-Wreturn-std-move"
"-Wshadow"