mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-12-26 01:06:36 +01:00
Clean Warnings (?)
This commit is contained in:
parent
b2d7c92cae
commit
ef875d6a35
15 changed files with 20 additions and 20 deletions
|
|
@ -78,7 +78,7 @@ ResultCode ServerSession::HandleDomainSyncRequest(Kernel::HLERequestContext& con
|
|||
}
|
||||
}
|
||||
|
||||
LOG_CRITICAL(IPC, "Unknown domain command=%d", domain_message_header->command.Value());
|
||||
LOG_CRITICAL(IPC, "Unknown domain command=%d", static_cast<int>(domain_message_header->command.Value()));
|
||||
ASSERT(false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue