We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc3a81 commit 5a48283Copy full SHA for 5a48283
1 file changed
CMakeLists.txt
@@ -847,7 +847,7 @@ endif(UNIX)
847
if (WIN32)
848
ms_link_libraries( ${MS_EXTERNAL_LIBS} ws2_32.lib)
849
if (MSVC)
850
- set_target_properties(mapserver PROPERTIES COMPILE_FLAGS "/wd4267 /wd4244 /wd4018")
+ set_target_properties(mapserver PROPERTIES COMPILE_FLAGS "/wd4267 /wd4244 /wd4018 /w14701")
851
endif(MSVC)
852
endif (WIN32)
853
0 commit comments