mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
This is a third party file and the debug macros create unused parameter warnings when debugging is not enabled. There are multiple macros with layers. Rather than attempt to unwind all this, disabled the -Wunused-parameter GCC warning around the short block of code causing these warnings.