From 903227b6993fe16da7fc03de044992d405192f63 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 31 Aug 2024 09:31:32 +0200 Subject: [PATCH] Fix compilation --- src/windows_emulator/syscalls.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows_emulator/syscalls.cpp b/src/windows_emulator/syscalls.cpp index b1e82a0f..9b8aa4f4 100644 --- a/src/windows_emulator/syscalls.cpp +++ b/src/windows_emulator/syscalls.cpp @@ -341,8 +341,8 @@ namespace return STATUS_SUCCESS; } - NTSTATUS handle_NtQueryVolumeInformationFile(const syscall_context& c, uint64_t file_handle, - uint64_t io_status_block, uint64_t fs_information, ULONG length, + NTSTATUS handle_NtQueryVolumeInformationFile(const syscall_context& c, uint64_t /*file_handle*/, + uint64_t /*io_status_block*/, uint64_t fs_information, ULONG /*length*/, FS_INFORMATION_CLASS fs_information_class) { if (fs_information_class != FileFsDeviceInformation)