Joel Sherrill commented on a discussion on bsps/include/grlib/ambapp.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/559#note_127717

 >      unsigned short device;          /* Device ID */
 >  
 >      /* Device info (APB/AHB dep. on type) */
 > -    struct ambapp_common_info devinfo[0];
 > +    __extension__ struct ambapp_common_info devinfo[0];

Using RTEMS_ZERO_LENGTH_ARRAY also fixed this. Resolving.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/559#note_127717
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to