From 1da8565e29f32775d8471fd090a6913de099cd81 Mon Sep 17 00:00:00 2001 From: yihaoDeng Date: Fri, 21 Apr 2023 05:42:35 +0000 Subject: [PATCH] change write opt --- contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 366150645c..fb33f4dd66 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -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) -- GitLab