]> OCCT Git - occt.git/commit
0032919: Coding Rules - suppress useless MSVC warning C26812 on VS2019/C++20 (prefer...
authorddzama <ddzama@opencascade.com>
Thu, 31 Mar 2022 13:18:19 +0000 (16:18 +0300)
committersmoskvin <smoskvin@opencascade.com>
Wed, 4 May 2022 18:11:11 +0000 (21:11 +0300)
commit1966e6af07edf3f2887ece0add02a7d6ca354513
treec31b5fef7a0dad623c50f2938d8873b25b331339
parent5dd4cb6e60bb93728d489f48010bb02b3aef74c5
0032919: Coding Rules - suppress useless MSVC warning C26812 on VS2019/C++20 (prefer 'enum class' over 'enum')

CMake and genproj scripts have been updated to suppress this misleading warning that cannot be fixed without breaking existing API.
adm/cmake/occt_defs_flags.cmake
adm/templates/template.vc10
adm/templates/template.vc10x