change write opt

This commit is contained in:
yihaoDeng 2023-04-21 05:42:35 +00:00
parent 32e283482a
commit 1da8565e29
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ if(${BUILD_WITH_ROCKSDB})
endif(${TD_DARWIN})
if (${TD_WINDOWS})
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4244")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4244 /wd4819")
endif(${TD_WINDOWS})
option(WITH_TESTS "" OFF)