RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Prakhar Kumar (@prakhar)
gitlab at rtems.org
Fri Jan 23 07:53:41 UTC 2026
Prakhar Kumar started a new discussion on bsps/shared/grlib/spw/grspw_pkt.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898#note_139735
> }
> #endif
>
> +static int grspw_msgqisr(void *data, unsigned int *buf, unsigned int n)
> +{
> + rtems_status_code sc;
> +
> + sc = rtems_message_queue_send((rtems_id) data, buf, n);
> + return sc.
@joel here a semicolon is missed it causing an error.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898#note_139735
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/20260123/d4d307f2/attachment-0001.htm>
More information about the bugs
mailing list