mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
bsps/shared/*: 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
1339ef1b10
commit
bc959e983f
@@ -46,6 +46,8 @@ static struct timecounter raspberrypi_tc;
|
||||
|
||||
static uint32_t raspberrypi_clock_get_timecount(struct timecounter *tc)
|
||||
{
|
||||
(void) tc;
|
||||
|
||||
return BCM2835_REG(BCM2835_GPU_TIMER_CLO);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user