From c713d8d019f7b0f9ed4a60912f440aca991d43c1 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 May 2016 11:58:03 -0400 Subject: code maintenance: mark unused parameters. --- src/fs/ntapi_tt_mount.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fs/ntapi_tt_mount.c') diff --git a/src/fs/ntapi_tt_mount.c b/src/fs/ntapi_tt_mount.c index 391e3fb..6b6dce2 100644 --- a/src/fs/ntapi_tt_mount.c +++ b/src/fs/ntapi_tt_mount.c @@ -329,6 +329,8 @@ int32_t __stdcall __ntapi_tt_get_dos_drive_letter_from_device( uint32_t offset; nt_mount_points * mnt_points; + (void)buffer_size; + if (!dev_name) { dev_name = (nt_mount_dev_name *)&dev_name_buffer; status = __ntapi_tt_get_dos_drive_device_name( -- cgit v1.2.3