mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Make cppcheck not complain about "'operator=' should return something"
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -113,7 +113,7 @@ namespace zmq
|
||||
bool terminating;
|
||||
|
||||
reader_t (const reader_t&);
|
||||
void operator = (const reader_t&);
|
||||
const reader_t &operator = (const reader_t&);
|
||||
};
|
||||
|
||||
struct i_writer_events
|
||||
@@ -205,7 +205,7 @@ namespace zmq
|
||||
bool terminating;
|
||||
|
||||
writer_t (const writer_t&);
|
||||
void operator = (const writer_t&);
|
||||
const writer_t &operator = (const writer_t&);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user