yuzu/externals/vcpkg/ports/sentry-native/fix-warningC5105.patch

13 lines
412 B
Diff
Executable File

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"