Make cppcheck not complain about "'operator=' should return something"

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
Martin Sustrik
2011-01-13 11:44:23 +01:00
parent 7051387108
commit 18f29ded6a
52 changed files with 59 additions and 55 deletions

View File

@@ -84,7 +84,7 @@ namespace zmq
class io_thread_t *io_thread;
zmq_init_t (const zmq_init_t&);
void operator = (const zmq_init_t&);
const zmq_init_t &operator = (const zmq_init_t&);
};
}