arm fvp: 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:
Joel Sherrill
2025-10-10 12:19:09 -05:00
committed by Gedare Bloom
parent 07ad871a8c
commit b62ad8c061

View File

@@ -70,6 +70,10 @@ rtems_status_code console_initialize(
void *arg
)
{
(void) major;
(void) minor;
(void) arg;
rtems_termios_initialize();
(void) rtems_termios_device_install(