Sebastian Huber started a new discussion on spec/rtems/basedefs/if/fallthrough.yml: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/11#note_134025 > +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause > +brief: | > + This macro expands to a fall through hint. > +copyrights: > +- Copyright (C) 2025 On-Line Applications Research Corporation (OAR) > +definition: > + default: '' This produces a stray semicolon. I would produce statement without effects and a comment here, for example: ```c do { } while ( 0 ) /* Fall through */ ``` -- View it on GitLab: https://gitlab.rtems.org/rtems/prequal/rtems-central/-/merge_requests/11#note_134025 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
