Fix a couple more warnings

This commit is contained in:
Matt Arsenault
2013-01-01 05:42:46 -05:00
parent 6ecb796e77
commit f770954d30
3 changed files with 8 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ void zmq::object_t::process_command (command_t &cmd_)
process_reaped ();
break;
case command_t::done:
default:
zmq_assert (false);
}