Joel Sherrill commented on a discussion on 
cpukit/libmisc/shell/hexdump-parse.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131211

 >                              switch(sokay) {
 >                              case NOTOKAY:
 >                                      badsfmt(globals);
 > +                                    RTEMS_FALL_THROUGH();

This was a bit more complicated to fix but not that many characters. I backed 
off all changes to hexdump-parse.c. badsfmt() was one of a set of functions 
with the "__dead" macro applied. __dead was defined to nothing in err.h. It is 
now defined to RTEMS_NO_RETURN.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131211
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

Reply via email to