mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[MSFS][MUP]
* Properly mark some unreferenced parameters as such. svn path=/trunk/; revision=59567
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -51,6 +51,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
|
||||
NTSTATUS Status;
|
||||
UNICODE_STRING DeviceName;
|
||||
|
||||
UNREFERENCED_PARAMETER(RegistryPath);
|
||||
|
||||
DPRINT("MUP 0.0.1\n");
|
||||
|
||||
RtlInitUnicodeString(&DeviceName,
|
||||
|
||||
Reference in New Issue
Block a user