mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fix the build for msvc (2013?) users.
svn path=/trunk/; revision=71262
This commit is contained in:
parent
3a8ce2cae5
commit
7d65f2a648
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue