RTEMS | cpukit/*: Address unused parameter warnings (!750)
Joel Sherrill (@joel)
gitlab at rtems.org
Fri Sep 26 13:53:52 UTC 2025
Joel Sherrill commented on a discussion on cpukit/libmisc/shell/hexdump-parse.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/750#note_133348
> int
> size(rtems_shell_hexdump_globals* globals, FS *fs)
> {
> + (void) globals;
> +
I was going to do that but the function clearly takes a parameter of a RTEMS specific type. At least this section of the code should already be marked as RTEMS specific.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/750#note_133348
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/54aa6f7b/attachment.htm>
More information about the bugs
mailing list