From 5b584479faabafc3a5e43fbacf2b0ae1a9ffe988 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 25 Sep 2024 20:22:44 +0300 Subject: [PATCH] AppVeyor CI: Workaround a warning reported by MSVC/x64 in system header The warning is about incorrect return type of _sat_add_i8 in intrin.h. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 051903c84..4f424c77e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,7 +39,7 @@ environment: NMAKE_OPTIONS: enable_static=1 - TARGET: nmake ARCH: x64 - CFLAGS_EXTRA: /J + CFLAGS_EXTRA: /J /wd4391 - TARGET: nmake ARCH: x86 NMAKE_OPTIONS: nodebug=1