Commit c97967ed authored by unknown's avatar unknown

MSVC build fixed

parent 5852db45
......@@ -329,10 +329,6 @@
RelativePath="..\..\..\src\zmq_connecter.cpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_connecter_init.cpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_decoder.cpp"
>
......@@ -346,11 +342,11 @@
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener.cpp"
RelativePath="..\..\..\src\zmq_init.cpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener_init.cpp"
RelativePath="..\..\..\src\zmq_listener.cpp"
>
</File>
</Filter>
......@@ -607,10 +603,6 @@
RelativePath="..\..\..\src\zmq_connecter.hpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_connecter_init.hpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_decoder.hpp"
>
......@@ -624,11 +616,11 @@
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener.hpp"
RelativePath="..\..\..\src\zmq_init.hpp"
>
</File>
<File
RelativePath="..\..\..\src\zmq_listener_init.hpp"
RelativePath="..\..\..\src\zmq_listener.hpp"
>
</File>
</Filter>
......
......@@ -119,6 +119,7 @@ class zmq::socket_base_t *zmq::zmq_init_t::get_owner ()
uint64_t zmq::zmq_init_t::get_ordinal ()
{
zmq_assert (false);
return 0;
}
void zmq::zmq_init_t::process_plug ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment