]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Silence possible loss of data warning in crc32_braid ZSWAPWORD call
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 5 Aug 2024 15:59:31 +0000 (08:59 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 17 Sep 2024 12:05:18 +0000 (14:05 +0200)
commit5d37db71a260edd92d16edf68ebe04613121a037
tree564c0041c9c2d89fcca1bb35ac4e41dec93318f3
parenta0fe379a70897a646fbb44ba512a03ebeeaa46c5
Silence possible loss of data warning in crc32_braid ZSWAPWORD call

Warning C4244
'=': conversion from 'z_word_t' to 'uint32_t', possible loss of data
zlib
crc32_braid_c.c 195
crc32_braid.c