[all-commits] [llvm/llvm-project] 81d1b6: [lldb] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Dec 22 12:01:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 81d1b61e900cefc67d59fcd3ba55e5a01e3fba78
https://github.com/llvm/llvm-project/commit/81d1b61e900cefc67d59fcd3ba55e5a01e3fba78
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-22 (Thu, 22 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:1378:16:
warning: control reaches end of non-void function [-Wreturn-type]
More information about the All-commits
mailing list