[FS_REC]
[reactos.git] / reactos / drivers / filesystems / msfs / msfs.c
index 0bf1f11..5f72823 100644 (file)
@@ -13,7 +13,6 @@
 #define NDEBUG
 #include <debug.h>
 
-
 /* FUNCTIONS *****************************************************************/
 
 NTSTATUS NTAPI
@@ -25,6 +24,8 @@ DriverEntry(PDRIVER_OBJECT DriverObject,
     UNICODE_STRING DeviceName;
     NTSTATUS Status;
 
+    UNREFERENCED_PARAMETER(RegistryPath);
+
     DPRINT("Mailslot FSD 0.0.1\n");
 
     DriverObject->Flags = 0;