mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 21:28:34 +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.