D152495 makes clang warn on unused variables that are declared in conditions like if (int var = init) {}
This patch is an NFC fix to suppress the new warning in llvm,clang,lld builds to pass CI in the above patch.
Details
Details
- Reviewers
nikic aaron.ballman MaskRay tbaeder NoQ - Group Reviewers
Restricted Project - Commits
- rG01b88dd66d9d: [NFC] Remove unused variables declared in conditions
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo