mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 18:07:08 -06:00
Disable compiler warnings zstd.h
This commit is contained in:
@@ -18,6 +18,10 @@ extern "C" {
|
|||||||
#include <limits.h> /* INT_MAX */
|
#include <limits.h> /* INT_MAX */
|
||||||
#include <stddef.h> /* size_t */
|
#include <stddef.h> /* size_t */
|
||||||
|
|
||||||
|
/* disable some warnings /TR */
|
||||||
|
#pragma warning(disable : 4267)
|
||||||
|
#pragma warning(disable : 4701)
|
||||||
|
#pragma warning(disable : 4703)
|
||||||
|
|
||||||
/* ===== ZSTDLIB_API : control library symbols visibility ===== */
|
/* ===== ZSTDLIB_API : control library symbols visibility ===== */
|
||||||
#ifndef ZSTDLIB_VISIBLE
|
#ifndef ZSTDLIB_VISIBLE
|
||||||
|
|||||||
Reference in New Issue
Block a user