Joel Sherrill commented on a discussion on cpukit/libmisc/shell/shell.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131186 > } > > up = 1; > - /* drop through */ > +#ifdef __rtems__ > + RTEMS_FALL_THROUGH(); > +#endif Cut and paste issue. shell.c is an RTEMS owned file. Fixed in new commit. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131186 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
