Change DevBuildType to also enable Wsuggest-override on clang if version >= 11
Compare changes
+ 2
− 1
@@ -26,7 +26,8 @@ string(TOUPPER ${_config} _CONFIG)
I came across this and figured, since clang >=11 supports -Wsuggest-override
I might as well send in a quick patch.