]> git.ipfire.org Git - thirdparty/zstd.git/commit
remove offending static assert lines 2914/head
authorYann Collet <cyan@fb.com>
Wed, 8 Dec 2021 23:05:17 +0000 (15:05 -0800)
committerYann Collet <cyan@fb.com>
Wed, 8 Dec 2021 23:05:17 +0000 (15:05 -0800)
commit3ce265fea86fc8c4254892a20d136b4053832552
treeecfecd32a4641380e2fe113ff398b918c3ccfa84
parent16241b7d267300af92dd79a89e31127847189d0e
remove offending static assert lines

no idea why visual + clang-cl + appveyor don't like them,
I've not been able to reproduce the issue locally,
but these static assert are very unlikely to deliver a useful signal,
I can't imagine a situation where they will be wrong,
and if they are, then a ton of other things will be broken way before reaching that point.
lib/common/xxhash.h