mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 05:29:11 +08:00
GCC currently has issues with false positive warnings about array bounds violations when the value used as the index is a pointer. This slightly reworks the code to make it cleaner and to avoid this warning.