mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-19 00:51:18 +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.