[all-commits] [llvm/llvm-project] 33f508: [flang] Fix an unused variable warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Sep 28 14:26:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33f5087e1b29eec160d82808c1a2c9d4789cbd6c
https://github.com/llvm/llvm-project/commit/33f5087e1b29eec160d82808c1a2c9d4789cbd6c
Author: Kazu Hirata <kazu at google.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang] Fix an unused variable warning
This patch fixes:
flang/lib/Lower/OpenACC.cpp:876:14: error: unused variable
'nbRangeArgs' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list