Fix unannotated fall-through warnings

This commit is contained in:
Maarten Bent
2018-11-25 21:29:37 +01:00
parent 39ff5b90e5
commit eb23d4735c
47 changed files with 84 additions and 77 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ void MyFrame::OnKill(wxCommandEvent& WXUNUSED(event))
{
default:
wxFAIL_MSG( "unexpected return value" );
// fall through
wxFALLTHROUGH;
case -1:
// cancelled