mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
Make cppcheck not complain about "'operator=' should return something"
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -167,7 +167,7 @@ namespace zmq
|
||||
unsigned char *buf;
|
||||
|
||||
decoder_base_t (const decoder_base_t&);
|
||||
void operator = (const decoder_base_t&);
|
||||
const decoder_base_t &operator = (const decoder_base_t&);
|
||||
};
|
||||
|
||||
// Decoder for 0MQ framing protocol. Converts data batches into messages.
|
||||
|
||||
Reference in New Issue
Block a user