]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fail on errors when building fuzzers 3979/head
authorYonatan Komornik <yoniko@gmail.com>
Mon, 18 Mar 2024 22:25:22 +0000 (15:25 -0700)
committerYonatan Komornik <yoniko@gmail.com>
Mon, 18 Mar 2024 22:51:28 +0000 (15:51 -0700)
commit3487a60950ea01e89883a3e807a18a6e155768b7
tree1ed4312fb91d5cee6ebec1851dd0391c4a18e940
parent6a0052a409e2604bd40354b76b86272b712edd7d
Fail on errors when building fuzzers

Fails on errors when building fuzzers with `fuzz.py` (adds `Werror`).
Currently allows `declaration-after-statement`, `c++-compat` and
`deprecated` as they are abundant in code (some fixes to
`declaration-after-statement` are presented in this commit).
tests/fuzz/fuzz.py
tests/fuzz/fuzz_data_producer.c
tests/fuzz/regression_driver.c
tests/fuzz/simple_decompress.c
tests/fuzz/stream_round_trip.c