File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
104104 add_compile_options ("/we 5204" ) # Class has virtual functions, but its trivial destructor is not virtual
105105 add_compile_options ("/wd 4100" ) # unreferenced formal parameter
106106 add_compile_options ("/wd 4365" ) # conversion from 'size_t' to 'const int __int64', signed/unsigned mismatch
107- add_compile_options ("/wd 4457" ) # index X range checked by comparison on this line
108- add_compile_options ("/wd 4464" ) # feeds call on this line
109107 add_compile_options ("/wd 4514" ) # Ureferenced inline function has been removed
110108 add_compile_options ("/wd 4626" ) # assignment operator was implicitly defined as deleted
111109 add_compile_options ("/wd 4710" ) # Function not inlined
You can’t perform that action at this time.
0 commit comments