[all-commits] [llvm/llvm-project] fccab9: [mlir] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Dec 2 16:25:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fccab9f90b0327c00116e593351e1e4cd19b5677
https://github.com/llvm/llvm-project/commit/fccab9f90b0327c00116e593351e1e4cd19b5677
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp
Log Message:
-----------
[mlir] Fix an unused variable warning
This patch fixes:
mlir/lib/ExecutionEngine/SparseTensorRuntime.cpp:646:18: error:
unused variable 'dimRank' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list