[all-commits] [llvm/llvm-project] c4b7bd: [lldb] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Apr 25 10:38:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4b7bd9ff26dd432287200c39b0421960a4b402d
https://github.com/llvm/llvm-project/commit/c4b7bd9ff26dd432287200c39b0421960a4b402d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M lldb/tools/lldb-dap/DAP.cpp
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/tools/lldb-dap/DAP.cpp:975:34: error: format specifies type
'long long' but the argument has type 'rep' (aka 'long')
[-Werror,-Wformat]
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