Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä 2020-07-24 14:25:29 +03:00
commit 82b4315fa6
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -626,7 +626,7 @@ void Worker::shutdown()
*/
void Worker::handle_message(MessageQueue& queue, const MessageQueue::Message& msg)
{
switch (msg.id())
switch ((int)msg.id())
{
case MXB_WORKER_MSG_SHUTDOWN:
{