Kinsey Moore started a new discussion on testsuites/tmtests/tm05/task1.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/828#note_135755 > rtems_status_code status; > rtems_task_entry task_entry; > rtems_task_priority priority; > - uint32_t index; > + int index; `operation_count` should be uint32_t instead of changing `index` to `int` as the count can never be negative. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/828#note_135755 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
