Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not report unused args as errors (#1559)
Some projects use `-Werror` to turn all warnings into errors. This affects `Centipede` as we do not separate build and linking flags as it expects, which leads to `unused-command-line-argument` warnings. This PR disables turning that specific warning into errors and keeps the rest the same. See [the same PR from OSS-Fuzz](google/oss-fuzz#9030) for more info and [the error in this PR](google/oss-fuzz#8990) for its use case.
- Loading branch information