mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Address missing field initializer warnings. This code originated from FreeBSD and only some initializers are missing the last field. It is best to avoid modifying the code so the warning is disabled for this array initialization.