[all-commits] [llvm/llvm-project] c12c90: [lldb] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 15 09:19:11 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c12c90d8f599dbbe423459d2b0f08b95fc7428be
https://github.com/llvm/llvm-project/commit/c12c90d8f599dbbe423459d2b0f08b95fc7428be
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-15 (Thu, 15 Dec 2022)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp:1402:18:
error: default label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list