Merge 574a5615a57eaff0d1c32bf58aa109653846bbd1 into 7958b3048fa1e85ab5a71f18a07c24e1b1e64f1e

This commit is contained in:
Raymond Zhao 2024-06-14 10:50:38 -07:00 committed by GitHub
commit 25656f5518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ include(CMakeParseArguments)
link_libraries(ws2_32)
if(MSVC)
add_compile_options(/Wall /WX /wd4127 /wd4201 /wd4242 /wd4710 /wd4711 /wd4820)
add_compile_options(/Wall /WX /wd4127 /wd4191 /wd4201 /wd4242 /wd4710 /wd4711 /wd4820)
if(MSVC_VERSION GREATER_EQUAL 1900)
add_compile_options(/wd5045)
endif()