Windows build: AppVeyor warnings

This commit is contained in:
Shahram Najm 2022-12-28 16:32:01 +00:00
parent be17dfa757
commit d2c8f1a941
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ extern "C" {
#endif
#endif
#ifdef ECCODES_ON_WINDOWS
#if defined(_WIN32) && defined(_MSC_VER)
#define _CRT_SECURE_NO_WARNINGS
#define _CRT_NONSTDC_NO_DEPRECATE
#endif