[Lldb-commits] [PATCH] D73938: [Host.mm] Check for the right macro instead of inlining it
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 10 11:23:18 PST 2020
teemperor added a comment.
I think this is now causing a warning:
1600⧐952 ( 37%) Building CXX object tools/lldb/source/Host/macosx/objcxx/CMakeFiles/lldbHostMacOSXObjCXX.dir/Host.mm.o
/Users/teemperor/2llvm/llvm-project/lldb/source/Host/macosx/objcxx/Host.mm:139:14: warning: unused function 'AcceptPIDFromInferior' [-Wunused-function]
static void *AcceptPIDFromInferior(void *arg) {
^
1 warning generated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73938/new/
https://reviews.llvm.org/D73938
More information about the lldb-commits
mailing list