Fix warning

This commit is contained in:
momo5502
2024-11-05 19:50:58 +01:00
parent 74ec07c642
commit 67b204b695

View File

@@ -2503,7 +2503,7 @@ namespace
return STATUS_SUCCESS;
}
NTSTATUS handle_NtGetCurrentProcessorNumberEx(const syscall_context& c,
NTSTATUS handle_NtGetCurrentProcessorNumberEx(const syscall_context&,
const emulator_object<PROCESSOR_NUMBER> processor_number)
{
constexpr PROCESSOR_NUMBER number{};