Fix unannotated fall-through warnings
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user