]> git.ipfire.org Git - thirdparty/zstd.git/commit
Try to Fix MSVC Error 2099/head
authorW. Felix Handte <w@felixhandte.com>
Fri, 1 May 2020 20:48:21 +0000 (16:48 -0400)
committerW. Felix Handte <w@felixhandte.com>
Mon, 4 May 2020 14:59:15 +0000 (10:59 -0400)
commit2cf72d56a68d1730dac0ee811a30d3909b535723
tree1f20406729d546887dba13495856cbae5683b94f
parent6528fa088e63c7ae6423e0d42eb5d0fb697a65dd
Try to Fix MSVC Error

It's complaining about the `memcpy`s, saying:

"warning C4090: 'function': different 'const' qualifiers"

Let's try explicitly casting to the argument types...
tests/fuzzer.c