[all-commits] [llvm/llvm-project] b1b4bf: [flang] Fix build warning on now-unused variable (...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 31 12:52:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1b4bf0618d391d1c9e961d0b4f86e99be0b9e3b
https://github.com/llvm/llvm-project/commit/b1b4bf0618d391d1c9e961d0b4f86e99be0b9e3b
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M flang/lib/Evaluate/type.cpp
Log Message:
-----------
[flang] Fix build warning on now-unused variable (#70852)
A recent change of mine caused a local variable to become obsolete in
its function, leading to a warning with some build compilers that is
fatal under -Werror, breaking a build bot. Remove the variable.
More information about the All-commits
mailing list