[all-commits] [llvm/llvm-project] 3c9415: [mlir] Fix -Wunused-variable in Barvinok.cpp (NFC)
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Jan 22 04:14:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c94154c860ea9c2fdd5775bd6ad31ac1db0c261
https://github.com/llvm/llvm-project/commit/3c94154c860ea9c2fdd5775bd6ad31ac1db0c261
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M mlir/lib/Analysis/Presburger/Barvinok.cpp
Log Message:
-----------
[mlir] Fix -Wunused-variable in Barvinok.cpp (NFC)
llvm-project/mlir/lib/Analysis/Presburger/Barvinok.cpp:262:21:
error: unused variable 'd' [-Werror,-Wunused-variable]
for (const Point &d : ds)
^
1 error generated.
More information about the All-commits
mailing list