]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed minor conversion warnings for g++ on Linux 866/head
authorYann Collet <cyan@fb.com>
Tue, 26 Sep 2017 20:53:50 +0000 (13:53 -0700)
committerYann Collet <cyan@fb.com>
Tue, 26 Sep 2017 20:53:50 +0000 (13:53 -0700)
commit3095ca8c56864552d910564cfd4f0b18f56f9b81
tree88c3a3b8371263513bc89795d23ce7b107df8ae1
parent56f1f0e3ddbd4078a78a11be148ca89dc1cc51fb
fixed minor conversion warnings for g++ on Linux

U64 is not considered equivalent to unsigned long long
programs/fileio.c