early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/sentry-native/fix-warningC5105.patch
vendored
Executable file
12
externals/vcpkg/ports/sentry-native/fix-warningC5105.patch
vendored
Executable file
@@ -0,0 +1,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"
|
||||
|
Reference in New Issue
Block a user