Skip to content

Commit 5a48283

Browse files
geographikarouault
authored andcommitted
Add /w14701 flag
1 parent ccc3a81 commit 5a48283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ endif(UNIX)
847847
if (WIN32)
848848
ms_link_libraries( ${MS_EXTERNAL_LIBS} ws2_32.lib)
849849
if (MSVC)
850-
set_target_properties(mapserver PROPERTIES COMPILE_FLAGS "/wd4267 /wd4244 /wd4018")
850+
set_target_properties(mapserver PROPERTIES COMPILE_FLAGS "/wd4267 /wd4244 /wd4018 /w14701")
851851
endif(MSVC)
852852
endif (WIN32)
853853

0 commit comments

Comments
 (0)