Removed all compilation warnings under BeOS.

date	99.05.14.16.28.00;	author grsmith1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:56:52 +00:00
parent 3b1478be64
commit 3809ca89c0

View File

@ -285,7 +285,7 @@ OsReleaseOpRqst (OBJECT_DESCRIPTOR *ObjDesc)
if (ObjDesc->Mutex.LockCount == 0)
{
DEBUG_PRINT (ACPI_ERROR, ("Attempting to Release a Mutex that is not locked\n"));
Status == AE_ERROR;
Status = AE_ERROR;
}
else if (ObjDesc->Mutex.ThreadId != (CurrentId = OsThreadId ()))