[all-commits] [llvm/llvm-project] e7a43c: [lldb-dap] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Wed Oct 2 19:21:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e7a43ca84fabeab386ba4d402167244dac27b265
https://github.com/llvm/llvm-project/commit/e7a43ca84fabeab386ba4d402167244dac27b265
Author: Kazu Hirata <kazu at google.com>
Date: 2024-10-02 (Wed, 02 Oct 2024)
Changed paths:
M lldb/tools/lldb-dap/lldb-dap.cpp
Log Message:
-----------
[lldb-dap] Fix a warning
This patch fixes:
lldb/tools/lldb-dap/lldb-dap.cpp:1405:16: error: comparison of
integers of different signs: 'int64_t' (aka 'long') and 'size_type'
(aka 'unsigned long') [-Werror,-Wsign-compare]
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list