[Mlir-commits] [mlir] [mlir] Remove an unused local variable (NFC) (PR #139351)

Mehdi Amini llvmlistbot at llvm.org
Sat May 10 12:54:19 PDT 2025


joker-eph wrote:

We have this pattern of having to do `(void)variable;` when a variable is only used in an assertion. What makes the compiler warn in some cases but not here?

https://github.com/llvm/llvm-project/pull/139351


More information about the Mlir-commits mailing list