This silences warnings about comparison of integers between unsigned long long (which is what the Windows SOCKET type is) and signed int when building in MinGW mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lldb/source/Host/common/Socket.cpp | ||
---|---|---|
479 ↗ | (On Diff #221109) | Could you use C++ style casts please? |