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
No known key found for this signature in database
GPG key ID: DE48307B8B0D381A
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"