Gedare Bloom started a new discussion on cpukit/dhrl/dhrl.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150842

 > +  );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    goto cleanup_task_b;
 > +  }
 > +
 > +  sc = rtems_barrier_create(
 > +    rtems_build_name( 'D', 'H', 'R', 'S' ),
 > +    RTEMS_BARRIER_AUTOMATIC_RELEASE,
 > +    3,
 > +    &ctx->start_barrier
 > +  );
 > +  if ( sc != RTEMS_SUCCESSFUL ) {
 > +    goto cleanup_task_b;
 > +  }
 > +
 > +  rtems_task_start(

return value is ignored

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_150842
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

Reply via email to