[MSFS][MUP]

* Properly mark some unreferenced parameters as such.

svn path=/trunk/; revision=59567
This commit is contained in:
Amine Khaldi 2013-07-24 14:18:40 +00:00
parent 9d27eec93d
commit e13e09df90
2 changed files with 4 additions and 0 deletions

View file

@ -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;

View file

@ -51,6 +51,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
NTSTATUS Status;
UNICODE_STRING DeviceName;
UNREFERENCED_PARAMETER(RegistryPath);
DPRINT("MUP 0.0.1\n");
RtlInitUnicodeString(&DeviceName,