diff --git a/benchmarks/systemd_fuzz-varlink/benchmark.yaml b/benchmarks/systemd_fuzz-varlink/benchmark.yaml index 2a2b86f3f..beb0f72b9 100644 --- a/benchmarks/systemd_fuzz-varlink/benchmark.yaml +++ b/benchmarks/systemd_fuzz-varlink/benchmark.yaml @@ -1,7 +1,6 @@ fuzz_target: fuzz-varlink project: systemd unsupported_fuzzers: - - centipede - aflcc - afl_qemu - aflplusplus_qemu diff --git a/fuzzers/centipede/fuzzer.py b/fuzzers/centipede/fuzzer.py index 2a862b501..b0b89c6a9 100755 --- a/fuzzers/centipede/fuzzer.py +++ b/fuzzers/centipede/fuzzer.py @@ -24,6 +24,7 @@ def build(): san_cflags = ['-fsanitize-coverage=trace-loads'] link_cflags = [ + '-Wno-error=unused-command-line-argument', '-ldl', '-lrt', '-lpthread',