mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Make cppcheck not complain about "'operator=' should return something"
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -64,7 +64,7 @@ namespace zmq
|
||||
fd_t s;
|
||||
|
||||
tcp_listener_t (const tcp_listener_t&);
|
||||
void operator = (const tcp_listener_t&);
|
||||
const tcp_listener_t &operator = (const tcp_listener_t&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user