[all-commits] [llvm/llvm-project] e98cb3: [flang][build] Fix build warning (#90789)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed May 1 15:16:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e98cb360884db03a90f148a8454bb07152621e8a
https://github.com/llvm/llvm-project/commit/e98cb360884db03a90f148a8454bb07152621e8a
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M flang/lib/Evaluate/fold-implementation.h
Log Message:
-----------
[flang][build] Fix build warning (#90789)
Fix a warning from some build compilers about an unused lambda capture.
There are some `if constexpr` branches in the body of the code that do
not use the capture.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list