aboutsummaryrefslogtreecommitdiff
path: root/ports/sentry-native/fix-warningC5105.patch
blob: 52f0dc705bef6e8ad5b77af8b039ee568440651b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/external/crashpad/third_party/zlib/zlib/x86.c b/external/crashpad/third_party/zlib/zlib/x86.c
index e56fe8b..902e373 100644
--- a/external/crashpad/third_party/zlib/zlib/x86.c
+++ b/external/crashpad/third_party/zlib/zlib/x86.c
@@ -8,6 +8,7 @@
  * For conditions of distribution and use, see copyright notice in zlib.h
  */
 
+#pragma warning(disable : 5105)
 #include "x86.h"
 #include "zutil.h"