[all-commits] [llvm/llvm-project] 49142d: [flang][NFC] Address warnings from Windows build
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 12 16:00:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49142dd4a5c852ac5a87f2b5bd0c4a1d1e785924
https://github.com/llvm/llvm-project/commit/49142dd4a5c852ac5a87f2b5bd0c4a1d1e785924
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M flang/include/flang/Evaluate/call.h
M flang/include/flang/Evaluate/expression.h
M flang/include/flang/Semantics/symbol.h
M flang/lib/Evaluate/call.cpp
Log Message:
-----------
[flang][NFC] Address warnings from Windows build
An LLVM Flang build bot for Windows recently failed with a
bunch of warning messages. None were from recent changes to
the Fortran compiler; I suspect that a newer (or maybe older)
version of MSVC was being used, or perhaps a different set of
compiler options were temporarily applied to the build, since
the buildbot status went back to green shortly thereafter.
Most of the warnings looked bogus to me, but some are legitimate
concerns and we might as well clean them up. This patch does so.
Differential Revision: https://reviews.llvm.org/D111677
More information about the All-commits
mailing list