[FASTFAT] Fix size checking in VfatGetFileNameInformation()
[reactos.git] / drivers / filesystems / fs_rec / ntfs.c
index bc09a3d..69066d2 100644 (file)
@@ -10,6 +10,7 @@
 /* INCLUDES *****************************************************************/
 
 #include "fs_rec.h"
+
 #define NDEBUG
 #include <debug.h>
 
@@ -24,6 +25,9 @@ FsRecIsNtfsVolume(IN PPACKED_BOOT_SECTOR BootSector,
     /* Assume failure */
     BOOLEAN Result = FALSE;
 
+    UNREFERENCED_PARAMETER(BytesPerSector);
+    UNREFERENCED_PARAMETER(NumberOfSectors);
+
     PAGED_CODE();
 
     if ((BootSector->Oem[0] == 'N') &&