fix the build for msvc (2013?) users.

svn path=/trunk/; revision=71262
This commit is contained in:
Mark Jansen 2016-05-05 12:43:57 +00:00
parent 3a8ce2cae5
commit 7d65f2a648

View file

@ -6139,7 +6139,7 @@ CompleteRequest:
} else { // srb->Cdb[0] == SCSIOP_REQUEST_SENSE) } else { // srb->Cdb[0] == SCSIOP_REQUEST_SENSE)
PSENSE_DATA senseData = (PSENSE_DATA) srb->DataBuffer; PSENSE_DATA senseData = (PSENSE_DATA) srb->DataBuffer;
(void)senseData;
KdPrint3((PRINT_PREFIX "AtapiInterrupt: ATAPI command status %#x\n", status)); KdPrint3((PRINT_PREFIX "AtapiInterrupt: ATAPI command status %#x\n", status));
if (status == SRB_STATUS_DATA_OVERRUN) { if (status == SRB_STATUS_DATA_OVERRUN) {
// Check to see if we at least get mininum number of bytes // Check to see if we at least get mininum number of bytes