RTEMS | testsuites/psxtest/*: Address unused parameter warnings (!753)
Gedare Bloom (@gedare)
gitlab at rtems.org
Fri Sep 26 22:25:44 UTC 2025
Gedare Bloom started a new discussion on testsuites/psxtests/psxonce01/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/753#note_133413
>
> static void use_b( rtems_task_argument arg )
> {
> - int status;
> -
> (void) arg;
>
> + int status;
> +
The engineering manual is not clear on how to order the `(void)` of the unused parameters and the declaration of local variables.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/753#note_133413
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/20250926/eadef3ec/attachment.htm>
More information about the bugs
mailing list