Fix warning

svn path=/trunk/; revision=40637
This commit is contained in:
Hervé Poussineau 2009-04-21 19:19:48 +00:00
parent a6f21e5d07
commit 59b1bc70b2

View file

@ -500,7 +500,9 @@ SetHarddiskIdentifier(PCONFIGURATION_COMPONENT_DATA DiskKey,
ULONG Signature;
CHAR Identifier[20];
CHAR ArcName[256];
#if 0
PARTITION_TABLE_ENTRY PartitionTableEntry;
#endif
/* Read the MBR */
if (!MachDiskReadLogicalSectors(DriveNumber, 0ULL, 1, (PVOID)DISKREADBUFFER))