[all-commits] [llvm/llvm-project] 5bfa16: [mlir] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Oct 31 15:58:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bfa16cbc688abae750a243da2d46bd89e0c3758
https://github.com/llvm/llvm-project/commit/5bfa16cbc688abae750a243da2d46bd89e0c3758
Author: Kazu Hirata <kazu at google.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M mlir/test/lib/IR/TestBytecodeRoundtrip.cpp
Log Message:
-----------
[mlir] Fix an unused variable warning
This patch fixes:
mlir/test/lib/IR/TestBytecodeRoundtrip.cpp:403:10: error: unused
variable 'status' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list