diff options
| author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-20 09:22:41 +0100 |
|---|---|---|
| committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-20 09:22:41 +0100 |
| commit | 6a46ca75e5970733cfe135ecf77074b69fdda34f (patch) | |
| tree | 139df3f79cf6c5783386b7827c28ac219e0de5bb | |
| parent | 111f0ff078372e8a0f5c0b98170d451d6561e85e (diff) | |
ZMQ-42: Building with ICC fails
| -rw-r--r-- | src/tcp_connecter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tcp_connecter.cpp b/src/tcp_connecter.cpp index 6b7819b..c1b8c46 100644 --- a/src/tcp_connecter.cpp +++ b/src/tcp_connecter.cpp @@ -240,6 +240,7 @@ int zmq::tcp_connecter_t::open () } zmq_assert (false); + return -1; } int zmq::tcp_connecter_t::close () |
