[all-commits] [llvm/llvm-project] 4535db: [lldb] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Sep 1 22:14:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4535dbd55962989e16f0f7208fae9ce75ed9863c
https://github.com/llvm/llvm-project/commit/4535dbd55962989e16f0f7208fae9ce75ed9863c
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h:51:5:
error: default label in switch which covers all enumeration values
[-Werror,-Wcovered-switch-default]
More information about the All-commits
mailing list