forked from Imagelibrary/rtems
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.