You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
spinhawk/ckddasd.c
Line 1461 in d3c5e35
The text was updated successfully, but these errors were encountered: