]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed match_byte casting warning in compare256_unaligned_64_static.
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 14 Sep 2020 05:12:40 +0000 (22:12 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 16 Sep 2020 07:10:48 +0000 (09:10 +0200)
commitbdddb86ae490468514681884fb9cf619a26bce94
treeec116781cbded4eeec37d4633bde575086151dfb
parent601a99764444dcd4cb85dc828a3821fdaff444ec
Fixed match_byte casting warning in compare256_unaligned_64_static.

  compare258.c(158,36): warning C4244: 'return': conversion from 'uint64_t' to 'uint32_t', possible loss of data
compare258.c