Author: akhaldi Date: Wed Jul 24 14:18:40 2013 New Revision: 59567
URL: http://svn.reactos.org/svn/reactos?rev=59567&view=rev Log: [MSFS][MUP] * Properly mark some unreferenced parameters as such.
Modified: trunk/reactos/drivers/filesystems/msfs/msfs.c trunk/reactos/drivers/filesystems/mup/mup.c
Modified: trunk/reactos/drivers/filesystems/msfs/msfs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/msfs/ms... ============================================================================== --- trunk/reactos/drivers/filesystems/msfs/msfs.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/msfs/msfs.c [iso-8859-1] Wed Jul 24 14:18:40 2013 @@ -24,6 +24,8 @@ PDEVICE_OBJECT DeviceObject; UNICODE_STRING DeviceName; NTSTATUS Status; + + UNREFERENCED_PARAMETER(RegistryPath);
DPRINT("Mailslot FSD 0.0.1\n");
Modified: trunk/reactos/drivers/filesystems/mup/mup.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/mup/mup... ============================================================================== --- trunk/reactos/drivers/filesystems/mup/mup.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/mup/mup.c [iso-8859-1] Wed Jul 24 14:18:40 2013 @@ -51,6 +51,8 @@ NTSTATUS Status; UNICODE_STRING DeviceName;
+ UNREFERENCED_PARAMETER(RegistryPath); + DPRINT("MUP 0.0.1\n");
RtlInitUnicodeString(&DeviceName,