Loading src/event/epoll.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,6 @@ EVENTLOOP: std::cerr << e.what() << std::endl; } } goto EVENTLOOP; } }; Loading src/posix/socket.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #define HIDDEN __attribute__ ((visibility ("hidden"))) std::atomic<int> netplus::socket::_InitCount=0; std::atomic<int> netplus::socket::_InitCount(0); netplus::socket::socket(){ _Socket=-1; Loading Loading
src/event/epoll.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,6 @@ EVENTLOOP: std::cerr << e.what() << std::endl; } } goto EVENTLOOP; } }; Loading
src/posix/socket.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ #define HIDDEN __attribute__ ((visibility ("hidden"))) std::atomic<int> netplus::socket::_InitCount=0; std::atomic<int> netplus::socket::_InitCount(0); netplus::socket::socket(){ _Socket=-1; Loading