mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
zlib: disable warning 4142 on MSVC
This is about benign redefinition of types. We're not interested in it.
This commit is contained in:
1
deps/zlib/zconf.h
vendored
1
deps/zlib/zconf.h
vendored
@@ -14,6 +14,7 @@
|
||||
* forms, we didn't write zlib */
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning( disable : 4131 )
|
||||
# pragma warning( disable : 4142 ) /* benign redefinition of type */
|
||||
#endif
|
||||
|
||||
/* Maximum value for memLevel in deflateInit2 */
|
||||
|
||||
Reference in New Issue
Block a user