]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix all MSVC warnings (#3495)
authorElliot Gorokhovsky <embg@fb.com>
Sat, 11 Feb 2023 15:56:59 +0000 (10:56 -0500)
committerGitHub <noreply@github.com>
Sat, 11 Feb 2023 15:56:59 +0000 (10:56 -0500)
commita7de1d9f4954a1a7f8b15ecc1eff6a249dd9b4f6
tree2886426351abcfb0603c194470a7d823412c5b5e
parent515266e31b2369f82594d47ff4666f0612382bb7
Fix all MSVC warnings (#3495)

* fix and test MSVC AVX2 build

* treat msbuild warnings as errors

* fix incorrect MSVC 2019 compiler warning

* fix MSVC error D9035: option 'Gm' has been deprecated and will be removed in a future release
.github/workflows/dev-short-tests.yml
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj
lib/common/bits.h
lib/decompress/huf_decompress.c