Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probably unwanted Fallthrough in ckddasd.c #98

Open
AlgorithMan-de opened this issue Nov 7, 2020 · 0 comments
Open

Probably unwanted Fallthrough in ckddasd.c #98

AlgorithMan-de opened this issue Nov 7, 2020 · 0 comments

Comments

@AlgorithMan-de
Copy link

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) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant