[all-commits] [llvm/llvm-project] c11def: [flang] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Oct 14 08:51:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c11def8724ab53e8b0305b4ea5b0ef32a9c89f58
      https://github.com/llvm/llvm-project/commit/c11def8724ab53e8b0305b4ea5b0ef32a9c89f58
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

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

  Log Message:
  -----------
  [flang] Fix a warning

This patch fixes:

  flang/lib/Lower/ConvertExpr.cpp:2733:14: error: variable
  'callNumResults' set but not used
  [-Werror,-Wunused-but-set-variable]




More information about the All-commits mailing list