[all-commits] [llvm/llvm-project] 30d11e: [Flang] Remove unused variable 'converter' in genC...
Jie Fu via All-commits
all-commits at lists.llvm.org
Tue Jul 18 05:18:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 30d11e5ef98c9d481daac5d3bd784416e71d22a2
https://github.com/llvm/llvm-project/commit/30d11e5ef98c9d481daac5d3bd784416e71d22a2
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M flang/lib/Lower/ConvertCall.cpp
Log Message:
-----------
[Flang] Remove unused variable 'converter' in genCustomIntrinsicRefCore
/data/workspace/llvm-project/flang/lib/Lower/ConvertCall.cpp:1281:9: error: unused variable 'converter' [-Werror,-Wunused-variable]
auto &converter = callContext.converter;
^
1 error generated.
More information about the All-commits
mailing list