mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
fix unused variable warning in release build
svn path=/trunk/; revision=25088
This commit is contained in:
parent
e731b55f87
commit
adfd78e1b8
1 changed files with 1 additions and 2 deletions
|
@ -557,8 +557,7 @@ BusLogic_HardwareResetHostAdapter(BusLogic_HostAdapter_T *HostAdapter,
|
||||||
|
|
||||||
if (StatusRegister.Bits.DataInRegisterReady)
|
if (StatusRegister.Bits.DataInRegisterReady)
|
||||||
{
|
{
|
||||||
UCHAR ErrorCode = BusLogic_ReadDataInRegister(HostAdapter);
|
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", BusLogic_ReadDataInRegister(HostAdapter)));
|
||||||
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", ErrorCode));
|
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue