[flang-commits] [PATCH] D139207: [flang] fix unused-but-set-parameter warning in ConvertExprToHLFIR.cpp

Jean Perier via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Dec 2 08:44:44 PST 2022


jeanPerier created this revision.
jeanPerier added a reviewer: PeteSteinfeld.
jeanPerier added a project: Flang.
Herald added subscribers: mehdi_amini, jdoerfert.
Herald added a project: All.
jeanPerier requested review of this revision.

Some named value operands are not used yet (TODOs). Some compilers
complain about it. Remove names of unused parameters.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D139207

Files:
  flang/lib/Lower/ConvertExprToHLFIR.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139207.479650.patch
Type: text/x-patch
Size: 7295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221202/c5ea1afe/attachment.bin>


More information about the flang-commits mailing list