[flang][NFC] Address warnings from Windows build
authorpeter klausler <pklausler@nvidia.com>
Tue, 12 Oct 2021 20:35:28 +0000 (13:35 -0700)
committerpeter klausler <pklausler@nvidia.com>
Tue, 12 Oct 2021 23:00:09 +0000 (16:00 -0700)
commit49142dd4a5c852ac5a87f2b5bd0c4a1d1e785924
tree728b51d41349bd54f95ae67b24b62c5555766a8c
parentca0036df7d0c834d05e00031269799897a7ee9ff
[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
flang/include/flang/Evaluate/call.h
flang/include/flang/Evaluate/expression.h
flang/include/flang/Semantics/symbol.h
flang/lib/Evaluate/call.cpp