mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-06 21:51:33 +00:00
These changes were made to address GCC -Wtype-limits warnings. In this case, the array index was an unsigned char and the array being indexed had 256 entries. There was no way for the index to be an invalid index.