mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 16:48:08 +02:00
Make cppcheck not complain about "'operator=' should return something"
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -111,6 +111,10 @@ namespace zmq
|
||||
char *write_buf;
|
||||
|
||||
int64_t write_buf_start_addr;
|
||||
|
||||
// Disable copying of the swap object.
|
||||
swap_t (const swap_t&);
|
||||
const swap_t &operator = (const swap_t&);
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user