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")
104
104
add_compile_options ("/we 5204" ) # Class has virtual functions, but its trivial destructor is not virtual
105
105
add_compile_options ("/wd 4100" ) # unreferenced formal parameter
106
106
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
109
107
add_compile_options ("/wd 4514" ) # Ureferenced inline function has been removed
110
108
add_compile_options ("/wd 4626" ) # assignment operator was implicitly defined as deleted
111
109
add_compile_options ("/wd 4710" ) # Function not inlined
You can’t perform that action at this time.
0 commit comments