Files
rtems/bsps/shared/acpi
Joel Sherrill b346eedc1f acpica/namespace/nsaccess.c: Address set but unused warnings
GCC 16 flagged this while GCC 15 did not. Because the variable was
used only when ACPI_DEBUG_PRINT() was defined to print, there was
no way to conditionalize the presence of the variable.
Added the "(void) NumCarats" hint to avoid the warning.
2026-04-12 07:31:46 -05:00
..