Skip to content

Commit

Permalink
AppVeyor CI: Workaround a warning reported by MSVC/x64 in system header
Browse files Browse the repository at this point in the history
The warning is about incorrect return type of _sat_add_i8 in intrin.h.
  • Loading branch information
ivmai committed Sep 25, 2024
1 parent 7e17950 commit 5b58447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b58447

Please sign in to comment.