Skip to content

Probably unwanted Fallthrough in ckddasd.c #98

@AlgorithMan-de

Description

@AlgorithMan-de

gcc 10.2 warns about switch cases that can fall through without explicitly allowing it to fall through.
In ckddasd.c, line 1461 I think gcc has found a bug, because all the cases there fall through to the case that ultimately sets shift to 4. That doesn't look like it's intended.

switch (dev->devtype) {

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