mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-02 14:37:43 +08:00
Address missing field initializer warnings. These were all rtems_irq_connect_data declarations with initialization. The initialization was changed to using named fields and specifying an initializer for each field.