Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Nov 5, 2024
1 parent 74ec07c commit 67b204b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows-emulator/syscalls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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{};
Expand Down

0 comments on commit 67b204b

Please sign in to comment.