mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 04:18:57 +08:00
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.