mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-06 21:56:25 +01:00
Make cppcheck not complain about "'operator=' should return something"
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -189,7 +189,7 @@ namespace zmq
|
||||
|
||||
// Disable copying of yqueue.
|
||||
yqueue_t (const yqueue_t&);
|
||||
void operator = (const yqueue_t&);
|
||||
const yqueue_t &operator = (const yqueue_t&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user