[all-commits] [llvm/llvm-project] 79d991: [flang] Fix build warning from newer compilers

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Aug 9 10:09:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79d9918df616296522147efea8357e01464e036f
      https://github.com/llvm/llvm-project/commit/79d9918df616296522147efea8357e01464e036f
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
    M flang/runtime/io-stmt.cpp

  Log Message:
  -----------
  [flang] Fix build warning from newer compilers

Remove a lambda capture of "[this]" in two cases where it
is no longer required.  Will be pushed without waiting for
review if CI is successful in order to resolve a sad build bot.

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




More information about the All-commits mailing list