File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ function(
5656 -Wdouble-promotion # warn if float is implicit promoted to double
5757 -Wformat=2 # warn on security issues around functions that format output (ie printf)
5858 -Wimplicit-fallthrough # warn on statements that fallthrough without an explicit annotation
59- -Wsuggest-override # warn if an overridden member function is not marked 'override' or 'final'
6059 )
6160 endif ()
6261
@@ -68,6 +67,7 @@ function(
6867 -Wduplicated-branches # warn if if / else branches have duplicated code
6968 -Wlogical-op # warn about logical operations being used where bitwise were probably wanted
7069 -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'
7171 )
7272 endif ()
7373
You can’t perform that action at this time.
0 commit comments