suppress spurious warnings

release/4.3a0
Varun Agrawal 2022-02-17 11:16:13 -05:00
parent 770587ddaf
commit d860e39561
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ if(MSVC)
/wd4267 # warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
)
add_compile_options(/wd4005)
add_compile_options(/wd4101)
add_compile_options(/wd4834)
endif()
# Other (non-preprocessor macros) compiler flags: