Fix unannotated fall-through warnings
This commit is contained in:
@@ -625,7 +625,7 @@ void MyFrame::OnCalRClick(wxMouseEvent& event)
|
||||
{
|
||||
default:
|
||||
wxFAIL_MSG( "unexpected" );
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case wxCAL_HITTEST_NOWHERE:
|
||||
msg += "nowhere";
|
||||
|
Reference in New Issue
Block a user