From e13e09df90c38337955f04e60a83263254efd9ee Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 24 Jul 2013 14:18:40 +0000 Subject: [PATCH] [MSFS][MUP] * Properly mark some unreferenced parameters as such. svn path=/trunk/; revision=59567 --- reactos/drivers/filesystems/msfs/msfs.c | 2 ++ reactos/drivers/filesystems/mup/mup.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/reactos/drivers/filesystems/msfs/msfs.c b/reactos/drivers/filesystems/msfs/msfs.c index 0bf1f11925c..06f3fed2797 100644 --- a/reactos/drivers/filesystems/msfs/msfs.c +++ b/reactos/drivers/filesystems/msfs/msfs.c @@ -25,6 +25,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject, UNICODE_STRING DeviceName; NTSTATUS Status; + UNREFERENCED_PARAMETER(RegistryPath); + DPRINT("Mailslot FSD 0.0.1\n"); DriverObject->Flags = 0; diff --git a/reactos/drivers/filesystems/mup/mup.c b/reactos/drivers/filesystems/mup/mup.c index 9fa06174598..41faf831c05 100644 --- a/reactos/drivers/filesystems/mup/mup.c +++ b/reactos/drivers/filesystems/mup/mup.c @@ -51,6 +51,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject, NTSTATUS Status; UNICODE_STRING DeviceName; + UNREFERENCED_PARAMETER(RegistryPath); + DPRINT("MUP 0.0.1\n"); RtlInitUnicodeString(&DeviceName,