diff --git a/tests/test_disconnect_inproc.cpp b/tests/test_disconnect_inproc.cpp index 9532c92e..bd22ed49 100644 --- a/tests/test_disconnect_inproc.cpp +++ b/tests/test_disconnect_inproc.cpp @@ -18,7 +18,6 @@ */ #include -#include #include #include @@ -43,7 +42,7 @@ int main(int argc, char** argv) { zmq_bind(pubSocket, "inproc://someInProcDescriptor") && printf("zmq_bind: %s\n", zmq_strerror(errno)); //zmq_bind(pubSocket, "tcp://*:30010") && printf("zmq_bind: %s\n", zmq_strerror(errno)); - int32_t more; + int more; size_t more_size = sizeof(more); int iteration = 0;