llvm-project
61fbcc47
- [MLIR] Fix -Wunused-but-set-variable
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
Author
boomanaiden154
Committer
boomanaiden154
Parents
672f051e
Loading