mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[MSFS][MUP]
* Properly mark some unreferenced parameters as such. svn path=/trunk/; revision=59567
This commit is contained in:
parent
9d27eec93d
commit
e13e09df90
2 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue