Fix unannotated fall-through warnings

This commit is contained in:
Maarten Bent
2018-11-25 20:22:44 +01:00
parent 39ff5b90e5
commit eb23d4735c
47 changed files with 84 additions and 77 deletions

View File

@@ -802,7 +802,7 @@ void MyFrame::OnImageInfo( wxCommandEvent &WXUNUSED(event) )
{
default:
wxFAIL_MSG( "unknown image resolution units" );
// fall through
wxFALLTHROUGH;
case wxIMAGE_RESOLUTION_NONE:
info += " in default units";