Casting string constant to ACPI_STRING to fix warning
This commit is contained in:
parent
06f719d1c3
commit
7c9a09d0e0
@ -239,7 +239,7 @@ acpi_std_ops(int32 op,...)
|
||||
parameter.Count = 1;
|
||||
parameter.Pointer = &arg;
|
||||
|
||||
AcpiEvaluateObject(NULL, "\\_PIC", ¶meter, NULL);
|
||||
AcpiEvaluateObject(NULL, (ACPI_STRING)"\\_PIC", ¶meter, NULL);
|
||||
|
||||
if (checkAndLogFailure(AcpiEnableSubsystem(
|
||||
ACPI_FULL_INITIALIZATION),
|
||||
|
Loading…
Reference in New Issue
Block a user