Fix unannotated fall-through warnings
This commit is contained in:
@@ -627,7 +627,7 @@ void MyFrame::OnKill(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
default:
|
||||
wxFAIL_MSG( "unexpected return value" );
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case -1:
|
||||
// cancelled
|
||||
|
Reference in New Issue
Block a user