llvm-project
61fbcc47 - [MLIR] Fix -Wunused-but-set-variable

Commit
17 days ago
[MLIR] Fix -Wunused-but-set-variable Use a void cast given [[maybe_unused]] is a C23 extension and this is a C file. The calls also have side effects so it does not make sense to inline into the assertions.
Committer
Parents
Loading