Skip to content

Commit 8228f6e

Browse files
committed
Hide level3/4 compiler warnings
1 parent c95cf16 commit 8228f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ endif(UNIX)
902902

903903
if (WIN32)
904904
ms_link_libraries( ${MS_EXTERNAL_LIBS} ws2_32.lib)
905+
set_target_properties(mapserver PROPERTIES COMPILE_FLAGS "/wd4267 /wd4244 /wd4018")
905906
endif (WIN32)
906907

907908
configure_file (

0 commit comments

Comments
 (0)