Fix unannotated fall-through warnings
This commit is contained in:
@@ -3707,6 +3707,7 @@ long TestMessageBoxDialog::GetStyle()
|
||||
{
|
||||
case MsgDlgIcon_Max:
|
||||
wxFAIL_MSG( "unexpected selection" );
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case MsgDlgIcon_No:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user