Fix warning

This commit is contained in:
momo5502
2025-06-04 20:26:33 +02:00
parent 1f829463c1
commit d18a60561c

View File

@@ -26,7 +26,7 @@ namespace
NTSTATUS io_control(windows_emulator& win_emu, const io_device_context& c) override
{
win_emu.log.print(color::dark_gray, "--> KSEC IOCTL: 0x%X\n", c.io_control_code);
win_emu.log.print(color::dark_gray, "--> KSEC IOCTL: 0x%X\n", static_cast<uint32_t>(c.io_control_code));
if (c.io_control_code != 0x390400)
{