mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
Changes to eliminate warnings at VC warning level 4
date 2000.03.03.18.08.00; author rmoore1; state Exp;
This commit is contained in:
parent
5b43e72a6d
commit
9f093483d7
@ -641,7 +641,7 @@ AmlExecMonadic2R (
|
||||
|
||||
/* The object exists in the namespace, return TRUE */
|
||||
|
||||
RetDesc->Number.Value = -1;
|
||||
RetDesc->Number.Value = (UINT32) -1;
|
||||
goto Cleanup;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user