]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Fixed casting warnings about copying len into pending buf, replaced with calls to...
authorNathan Moinvaziri <nathan@nathanm.com>
Wed, 27 May 2020 00:10:17 +0000 (17:10 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sat, 30 May 2020 19:25:18 +0000 (21:25 +0200)
commit96f397546006724afff6bffce35a9c981de58938
tree05dee2cf840406ad9e0160f7711e05a0591f12cb
parentd569bfe23acf2983c6e97aea89e3db5954c33e96
Fixed casting warnings about copying len into pending buf, replaced with calls to put_short.

  deflate.c(1413,45): warning C4244: '=': conversion from 'unsigned int' to 'unsigned char', possible loss of data
  deflate.c(1414,50): warning C4244: '=': conversion from 'unsigned int' to 'unsigned char', possible loss of data
  deflate.c(1415,46): warning C4244: '=': conversion from 'unsigned int' to 'unsigned char', possible loss of data
  deflate.c(1416,51): warning C4244: '=': conversion from 'unsigned int' to 'unsigned char', possible loss of data
deflate.c