]> git.ipfire.org Git - thirdparty/zstd.git/commit
[zstd] Add -Wmissing-prototypes
authorNick Terrell <terrelln@fb.com>
Thu, 27 Sep 2018 22:13:43 +0000 (15:13 -0700)
committerNick Terrell <terrelln@fb.com>
Thu, 27 Sep 2018 22:24:48 +0000 (15:24 -0700)
commitf2d6db45cd28457fa08467416e8535985f062859
tree35dfd4a3b5005546e6eade84cb8dead273fd575e
parent2a5cd8535abfc58ce8bc723382f0515efb8a11ad
[zstd] Add -Wmissing-prototypes
23 files changed:
lib/Makefile
lib/compress/fse_compress.c
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_lazy.c
lib/compress/zstd_opt.c
lib/compress/zstdmt_compress.c
lib/decompress/zstd_decompress.c
lib/dictBuilder/zdict.c
lib/legacy/zstd_v01.c
lib/legacy/zstd_v04.c
lib/legacy/zstd_v05.c
lib/legacy/zstd_v06.c
lib/legacy/zstd_v07.c
programs/Makefile
programs/datagen.c
programs/dibio.c
programs/fileio.c
tests/Makefile
tests/fullbench.c
tests/fuzzer.c
tests/paramgrill.c
tests/zstreamtest.c