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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
