Fix unannotated fall-through warnings
This commit is contained in:
@@ -431,7 +431,7 @@ void ComboboxWidgetsPage::CreateCombo()
|
||||
{
|
||||
default:
|
||||
wxFAIL_MSG( "unknown combo kind" );
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case ComboKind_Default:
|
||||
break;
|
||||
|
Reference in New Issue
Block a user