RTEMS | sparc: removed uses, prototype and implementation of set_vector() (!447)
Joel Sherrill (@joel)
gitlab at rtems.org
Thu Jul 3 23:49:35 UTC 2025
Joel Sherrill started a new discussion on bsps/sparc/erc32/console/erc32_console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125988
>
> #endif
>
> -
> /*
> * Console Device Driver Entry Points
> - *
> */
>
> -static void erc32_console_initialize(
> - int minor
> -)
> +static void erc32_console_initialize( int minor )
> {
> console_data *cd = &Console_Port_Data [minor];
> + static bool interrupts_installed = false;
I built your branch and got this warning:
`log-next/b-sparc-erc32.log:../../../bsps/sparc/erc32/console/erc32_console.c:309:15: warning: unused variable 'interrupts_installed' [-Wunused-variable]`
Line 309 looks to need to be protected with "#if (CONSOLE_USE_INTERRUPTS)"
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125988
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250703/ee5344a4/attachment-0001.htm>
More information about the bugs
mailing list