Clean Warnings (?)

This commit is contained in:
N00byKing 2018-03-19 17:07:08 +01:00
parent b2d7c92cae
commit ef875d6a35
15 changed files with 20 additions and 20 deletions

View file

@ -149,7 +149,7 @@ ResultCode ServiceFrameworkBase::HandleSyncRequest(Kernel::HLERequestContext& co
break;
}
default:
UNIMPLEMENTED_MSG("command_type=%d", context.GetCommandType());
UNIMPLEMENTED_MSG("command_type=%d", static_cast<int>(context.GetCommandType()));
}
context.WriteToOutgoingCommandBuffer(*Kernel::GetCurrentThread());