mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 16:34:37 +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:
parent
4f8ac2163b
commit
b42ff7c016
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user