RTEMS | cpukit/include/rtems/score/basedefs.h: Add RTEMS_FALL_THROUGH() (!730)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Sep 18 19:43:27 UTC 2025
Gedare Bloom started a new discussion on bsps/arm/altera-cyclone-v/contrib/hwlib/src/hwmgr/alt_clock_manager.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131187
> case ALT_CLK_NAND:
> denom = 4;
> // the absence of a break statement here is not a mistake
> +#ifdef __rtems__
> + RTEMS_FALL_THROUGH();
> +#endif /* __rtems__ */
> +
Don't add extra whitespace outside the `__rtems__` guards
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/730#note_131187
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250918/ebe2a7cc/attachment.htm>
More information about the bugs
mailing list