Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
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.
___
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Merge request !898 was merged Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 Project:Branches: joel/rtems:fix-grlib-function-cast-warnings to rtems/rtos/rtems:main Author: Joel Sherrill Assignee: Joel Sherrill Reviewer: Chris Johns -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Joel Sherrill pushed new commits to merge request !898 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 * faa6fe9a...a5d3e5e8 - 2 commits from branch `main` * 9a55909e - grlib and users: Fix function cast warnings -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Chris Johns was added as a reviewer. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Joel Sherrill pushed new commits to merge request !898 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 * 3b78fa90 - 1 commit from branch `main` * 3c5662a9 - grlib and users: Fix function cast warnings -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Joel Sherrill pushed new commits to merge request !898 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 * 3c27a605...cbce507c - 2 commits from branch `main` * cb7d4e2c - grlib and users: Fix function cast warnings -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Joel Sherrill pushed new commits to merge request !898 Merge request URL: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 * 39595ebc - grlib and users: Fix function cast warnings -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
Re: RTEMS | bsps/shared/grlib: Fix function cast warnings (!898)
Reassigned merge request 898 https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 Joel Sherrill was added as an assignee. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898 You're receiving this email because of your account on gitlab.rtems.org. ___ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
