[all-commits] [llvm/llvm-project] 655d99: [flang] fix unused-but-set-parameter warning in Co...

jeanPerier via All-commits all-commits at lists.llvm.org
Fri Dec 2 08:58:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 655d994adc36c6e6195d1dbb75e67a3fa3c73c28
      https://github.com/llvm/llvm-project/commit/655d994adc36c6e6195d1dbb75e67a3fa3c73c28
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-12-02 (Fri, 02 Dec 2022)

  Changed paths:
    M flang/lib/Lower/ConvertExprToHLFIR.cpp

  Log Message:
  -----------
  [flang] fix unused-but-set-parameter warning in ConvertExprToHLFIR.cpp

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

Differential Revision: https://reviews.llvm.org/D139207




More information about the All-commits mailing list