labath added inline comments.
================ Comment at: source/Host/windows/ProcessLauncherWindows.cpp:35-37 + reinterpret_cast<char *>(const_cast<wchar_t *>(warg.c_str())), + reinterpret_cast<char *>( + const_cast<wchar_t *>(warg.c_str() + warg.size() + 1))); ---------------- I don't believe the const_cast here is needed. You should be able to just reinterpret_cast to `const char *`.. Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62021/new/ https://reviews.llvm.org/D62021 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits