We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8882ce9 + 5befd22 commit 759d718Copy full SHA for 759d718
cmake/CompilerWarnings.cmake
@@ -67,6 +67,7 @@ function(
67
-Wduplicated-branches # warn if if / else branches have duplicated code
68
-Wlogical-op # warn about logical operations being used where bitwise were probably wanted
69
-Wuseless-cast # warn if you perform a cast to the same type
70
+ -Wsuggest-override # warn if an overridden member function is not marked 'override' or 'final'
71
)
72
endif()
73
0 commit comments