[all-commits] [llvm/llvm-project] 57c639: [flang][openacc] Fix -Wunused-variable in OpenACC....

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon Oct 2 18:16:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 57c639deb49c6cfe659e6551d15bef9151411a18
      https://github.com/llvm/llvm-project/commit/57c639deb49c6cfe659e6551d15bef9151411a18
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

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

  Log Message:
  -----------
  [flang][openacc] Fix -Wunused-variable in OpenACC.cpp (NFC)

/llvm-project/flang/lib/Lower/OpenACC.cpp:940:16: error: unused variable 'nbRangeArgs' [-Werror,-Wunused-variable]
      unsigned nbRangeArgs =
               ^
1 error generated.




More information about the All-commits mailing list