Skip to content

Commit

Permalink
zlib: prevent some warnings on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 8, 2017
1 parent 17bb1f2 commit c50fea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/zlib/CMakeLists.txt
Expand Up @@ -88,7 +88,7 @@ ELSE()
# Ignore some warnings on Windows

IF(WIN32)
SET(ZLIB_C_FLAGS "${CMAKE_C_FLAGS} /wd4996")
SET(ZLIB_C_FLAGS "${CMAKE_C_FLAGS} /wd4267")
ENDIF()

# Build zlib as an external project
Expand Down

0 comments on commit c50fea3

Please sign in to comment.