mirror of
https://github.com/acpica/acpica/
synced 2025-03-10 08:11:35 +03:00

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.57.00; author agrover; state Exp;
Description
No description provided
Languages
ASL
68.4%
C
29.2%
Yacc
0.8%
HTML
0.5%
Shell
0.5%
Other
0.6%