mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
This commit is contained in:
@@ -177,7 +177,7 @@ void zmq::kqueue_t::loop ()
|
||||
|
||||
// Destroy retired event sources.
|
||||
for (retired_t::iterator it = retired.begin (); it != retired.end ();
|
||||
it ++)
|
||||
++it)
|
||||
delete *it;
|
||||
retired.clear ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user