Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable -Werror on unused-command-line-argument (#9030)
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.
- Loading branch information