package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
593 B

diff --git a/external/crashpad/third_party/zlib/CMakeLists.txt b/external/crashpad/third_party/zlib/CMakeLists.txt
index 7ed2f58..4514331 100644
--- a/external/crashpad/third_party/zlib/CMakeLists.txt
+++ b/external/crashpad/third_party/zlib/CMakeLists.txt
@@ -73,6 +73,7 @@ else()
"/wd4267" # conversion from 'size_t' to 't', possible loss of data
"/wd4324" # structure was padded due to alignment specifier
"/wd4702" # unreachable code
+ "/wd5105" # see https://github.com/getsentry/sentry-native/issues/415
)
endif()
endif()