[all-commits] [llvm/llvm-project] ae2389: [flang] Fix an unused variable warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed May 17 09:45:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae2389bed2015b7d5b42bee619351261779b62c6
https://github.com/llvm/llvm-project/commit/ae2389bed2015b7d5b42bee619351261779b62c6
Author: Kazu Hirata <kazu at google.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M flang/lib/Semantics/runtime-type-info.cpp
Log Message:
-----------
[flang] Fix an unused variable warning
This patch fixes:
flang/lib/Semantics/runtime-type-info.cpp:1275:12: error: unused
variable 'name' [-Werror,-Wunused-variable]
More information about the All-commits
mailing list