Skip to content
Commit 5d75ab45 authored by Len Brown's avatar Len Brown
Browse files

[ACPI] handle const char * __FUNCTION__ in debug code


build warning: discards qualifiers from pointer target type
when mixing "const char *" and "char *"

We should probably update the routines to expect const,
but easier for now to shut up the warning with 1 cast.

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent feee9570
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment