From e6ca5da1815023e90306914dab101eeef4b6f199 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Tue, 22 Sep 2009 08:30:15 +0200 Subject: Windows build fixed --- src/rep.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rep.cpp') diff --git a/src/rep.cpp b/src/rep.cpp index d586988..fcf8058 100644 --- a/src/rep.cpp +++ b/src/rep.cpp @@ -155,6 +155,8 @@ int zmq::rep_t::xsend (struct zmq_msg_t *msg_, int flags_) // Detach the message from the data buffer. int rc = zmq_msg_init (msg_); zmq_assert (rc == 0); + + return 0; } int zmq::rep_t::xflush () -- cgit v1.2.3