]> git.ipfire.org Git - thirdparty/zstd.git/commit
bench: fixed Visual warning regarding struct initialization
authorYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 18:56:14 +0000 (11:56 -0700)
committerYann Collet <cyan@fb.com>
Thu, 19 Oct 2017 18:56:14 +0000 (11:56 -0700)
commiteac42534fe4f631606c2d604d5db0b6613cf01cd
tree796d1b9d6e4871369978a12ad39cb65372427e9c
parentd3b9547aa4cab7421946ef4010a998de34703da8
bench: fixed Visual warning regarding struct initialization

also :
removed dependency on zstdmt_compress.h
removed several unused macros
fileio : small code refactoring to reduce some variable scope
programs/bench.c
programs/fileio.c