mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 10:58:24 +08:00
Address missing field initializer warnings. These were all rtems_shell_cmd_t or rtems_shell_alias_t declarations with initialization. The initialization was changed to using named fields. Updates #5325.