diff options
-rw-r--r-- | cpp/src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index d8496c5122..c8aedd4c60 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -598,6 +598,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL Windows) /wd4244 /wd4800 /wd4355 + /wd4267 ) if (SET_WIN32_WINNT) add_definitions(/D "_WIN32_WINNT=0x0502") |