mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 07:29:20 +03:00
f3046053b6
turning on printf format checking revealed we've been a little lax. Sins include: 1) using %X when we should use %p 2) using %ld instead of %d 3) using %x for ACPI_INTEGERS (you need to use HIDWORD() and %x%x) 4) using %4.4s and not casting to a char* 5) using %s with void* I also reformatted the OSL add_device messages a little. Anything breaks, let me know. :) -- Andy date 2001.10.17.03.58.00; author agrover; state Exp; |
||
---|---|---|
.. | ||
nsaccess.c | ||
nsalloc.c | ||
nsdump.c | ||
nseval.c | ||
nsinit.c | ||
nsload.c | ||
nsnames.c | ||
nsobject.c | ||
nssearch.c | ||
nsutils.c | ||
nswalk.c | ||
nsxfname.c | ||
nsxfobj.c |