mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
cpukit/sapi/src/rbheap.c: Address unused parameter warnings
Add "(void) param;" annotation to address unused parameter warnings. Found with GCC's warning -Wunused-paramter.
This commit is contained in:
committed by
Gedare Bloom
parent
787e5a3a76
commit
af86ade836
@@ -285,6 +285,8 @@ rtems_status_code rtems_rbheap_free(rtems_rbheap_control *control, void *ptr)
|
|||||||
|
|
||||||
void rtems_rbheap_extend_descriptors_never(rtems_rbheap_control *control)
|
void rtems_rbheap_extend_descriptors_never(rtems_rbheap_control *control)
|
||||||
{
|
{
|
||||||
|
(void) control;
|
||||||
|
|
||||||
/* Do nothing */
|
/* Do nothing */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user