There was an error while loading. Please reload this page.
1 parent 5b12125 commit a62155eCopy full SHA for a62155e
1 file changed
cmake/compilers.cmake
@@ -49,6 +49,8 @@ if (NOT IS_VS6_BUILD)
49
add_compile_options(/MP)
50
# Enforce strict __cplusplus version
51
add_compile_options(/Zc:__cplusplus)
52
+ else()
53
+ add_compile_options(-Wsuggest-override)
54
endif()
55
else()
56
if(RTS_BUILD_OPTION_VC6_FULL_DEBUG)
0 commit comments