[all-commits] [llvm/llvm-project] a2f187: [lldb] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Nov 23 15:55:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2f1879c2d8ad5e6c2773d77d9f6d3fdaffbe3ea
https://github.com/llvm/llvm-project/commit/a2f1879c2d8ad5e6c2773d77d9f6d3fdaffbe3ea
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-23 (Wed, 23 Nov 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:105:18:
warning: comparison of unsigned expression in ‘>= 0’ is always true
[-Wtype-limits]
More information about the All-commits
mailing list