[all-commits] [llvm/llvm-project] ee4b46: [lldb] Fix a warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Dec 4 18:34:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee4b462693b1ffeccfe1b8fcf0a0c12896ac6e6a
https://github.com/llvm/llvm-project/commit/ee4b462693b1ffeccfe1b8fcf0a0c12896ac6e6a
Author: Kazu Hirata <kazu at google.com>
Date: 2021-12-04 (Sat, 04 Dec 2021)
Changed paths:
M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
Log Message:
-----------
[lldb] Fix a warning
This patch fixes:
lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp:386:13:
error: comparison between NULL and non-pointer ('lldb::addr_t' (aka
'unsigned long') and NULL) [-Werror,-Wnull-arithmetic]
More information about the All-commits
mailing list