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