mirror of
https://github.com/acpica/acpica/
synced 2025-02-18 22:44:13 +03:00
add casts so gcc is happy
date 2002.08.19.17.37.00; author agrover; state Exp;
This commit is contained in:
parent
6c42283cf3
commit
0fc53b4677
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: asllookup- Namespace lookup
|
||||
* $Revision: 1.66 $
|
||||
* $Revision: 1.67 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -562,8 +562,8 @@ LkOptimizeNamedReference (
|
||||
|
||||
ACPI_DEBUG_PRINT ((ACPI_DB_OPTIMIZATIONS,
|
||||
"%32s (%2d) ==> %-32s(%2d) %-32s",
|
||||
CurrentPath.Pointer, CurrentPathLength,
|
||||
TargetPath.Pointer, TargetPathLength, ExternalNameString));
|
||||
(char *) CurrentPath.Pointer, CurrentPathLength,
|
||||
(char *) TargetPath.Pointer, TargetPathLength, ExternalNameString));
|
||||
|
||||
ACPI_MEM_FREE (ExternalNameString);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user