TONY: Fix Missing Default Switch Cases
These are flagged by GCC if -Wswitch-default is enabled.
This commit is contained in:
parent
6f678e6e84
commit
46eafcf96b
8 changed files with 183 additions and 0 deletions
|
@ -341,6 +341,9 @@ SKIPCLICKSINISTRO:
|
|||
_rcWipeEllipse.right += FSTEP;
|
||||
_rcWipeEllipse.bottom += FSTEP;
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue