zlib_fix.patch 593 B

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