Skip to content

Intentional fallthroughs? #501

@r-barnes

Description

@r-barnes

Are these fallthroughs intentional? If so, can we mark them with __attribute__((fallthrough)) so that -Wimplicit-fallthrough will pass with them. If not, can we add break to fix the bug(s)?

case 3:

case 2:

case 1:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions