mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-29 01:09:20 +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.