RTEMS | Address unused parameter warnings (!749)
Kinsey Moore (@opticron)
gitlab at rtems.org
Thu Sep 25 19:18:31 UTC 2025
Kinsey Moore started a new discussion on cpukit/include/rtems/score/isrlock.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/749#note_133251
> )
> #else
> #define _ISR_lock_Release( _lock, _context ) \
> - do { (void) _context; } while ( 0 )
> + do { (void) _context; (void) _context; } while ( 0 )
This is context twice, but these don't accomplish what I had hoped, so it's better off to drop the changes here since they don't fix anything.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/749#note_133251
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/20250925/7b84de16/attachment.htm>
More information about the bugs
mailing list