Merge request https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730 
was reviewed by Chris Johns

--
  
Chris Johns started a new discussion on cpukit/include/rtems/score/basedefs.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131219

 > +  #define RTEMS_FALL_THROUGH() [[fallthrough]]
 > +#elif __GNUC__
 > +  #define RTEMS_FALL_THROUGH() __attribute__ ((fallthrough))

Why does the macro abstraction have `()`?


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