mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +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)
|
||||
{
|
||||
UCHAR ErrorCode = BusLogic_ReadDataInRegister(HostAdapter);
|
||||
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", ErrorCode));
|
||||
DebugPrint((ERROR, "HOST ADAPTER ERROR CODE = %d\n", BusLogic_ReadDataInRegister(HostAdapter)));
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue