mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 04:24:45 +00:00
Add "(void) param;" annotation to address unused parameter warnings. Found with GCC's warning -Wunused-parameter. The ACPI change set includes two headers which define debug macros. When not building for debug, the instantiated inline functions generate unused parameter warnings from every file they are included in. The warning was disabled around the macro instantiations.