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