Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
socket: Fix warnings under MSVC and Windows Clang
E:\subprojects\substrate\impl\socket.cxx(174) : warning C4715: 'substrate::socket::typeToFamily': not all control paths return a value E:\subprojects\substrate\impl\socket.cxx(200) : warning C4715: 'substrate::socket::protocolToType': not all control paths return a value E:\subprojects\substrate\impl\socket.cxx(187) : warning C4715: 'substrate::socket::protocolToHints': not all control paths return a value and another one in clangd because the flag didn't get applied.
- Loading branch information