mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-20 03:05:47 +08:00
bsps/shared/grlib: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings. Found with GCC's warning -Wunused-parameter.
This commit is contained in:
committed by
Gedare Bloom
parent
883f06737b
commit
1339ef1b10
@@ -638,6 +638,9 @@ int l4stat_counter_print(unsigned int counter)
|
||||
/* DEBUG print */
|
||||
DBG("L4STAT COUNTER[%d], Event: %s, Count: %d [0x%08x]\n",
|
||||
counter, l4stat_event_names[event],val,val);
|
||||
#else
|
||||
(void) counter;
|
||||
|
||||
#endif /* DEBUG */
|
||||
|
||||
return L4STAT_ERR_OK;
|
||||
|
||||
Reference in New Issue
Block a user