Fix unannotated fall-through warnings
This commit is contained in:
parent
39ff5b90e5
commit
eb23d4735c
47 changed files with 84 additions and 77 deletions
|
|
@ -534,7 +534,7 @@ void LifeFrame::OnNavigate(wxCommandEvent& event)
|
|||
case ID_CENTER: c = m_life->FindCenter(); break;
|
||||
default :
|
||||
wxFAIL;
|
||||
// Fall through!
|
||||
wxFALLTHROUGH;
|
||||
case ID_ORIGIN: c.i = c.j = 0; break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue