[all-commits] [llvm/llvm-project] ed2b70: [flang] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Feb 1 13:55:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed2b70ea6ab7675ae61be0297ee15b08f4cc3a10
https://github.com/llvm/llvm-project/commit/ed2b70ea6ab7675ae61be0297ee15b08f4cc3a10
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M flang/lib/Evaluate/check-expression.cpp
Log Message:
-----------
[flang] Fix a warning
This patch fixes:
flang/lib/Evaluate/check-expression.cpp:509:3: error: default label
in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list