Joel Sherrill commented on a discussion on cpukit/include/rtems/score/threadimpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/749#note_133244 > ) > { > _ISR_lock_Acquire( &the_thread->Wait.Lock.Default, lock_context ); > +#ifndef RTEMS_SMP > + (void) the_thread; > +#endif That seems to have worked. Good catch. Next push will have the change. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/749#note_133244 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
