Skip to content

Commit 14b4795

Browse files
committed
Remove warning disables for some options
No idea why, but these are no longer reported when I try a run.
1 parent 1f3920e commit 14b4795

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)