[Lldb-commits] [PATCH] D131159: [lldb] Use WSAEventSelect for MainLoop polling on windows
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 8 09:25:08 PDT 2022
mgorny accepted this revision.
mgorny added a comment.
Thanks for doing this. The common and POSIX parts LGTM. Just one minor suggestion since you've touched that line.
================
Comment at: lldb/source/Host/posix/MainLoopPosix.cpp:124
assert(ret == 0);
- (void) ret;
+ (void)ret;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131159/new/
https://reviews.llvm.org/D131159
More information about the lldb-commits
mailing list