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(
56
56
-Wdouble-promotion # warn if float is implicit promoted to double
57
57
-Wformat=2 # warn on security issues around functions that format output (ie printf)
58
58
-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'
60
59
)
61
60
endif ()
62
61
@@ -68,6 +67,7 @@ function(
68
67
-Wduplicated-branches # warn if if / else branches have duplicated code
69
68
-Wlogical-op # warn about logical operations being used where bitwise were probably wanted
70
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
71
)
72
72
endif ()
73
73
You can’t perform that action at this time.
0 commit comments