Remove "fall through" comments from the samples
Use wxFALLTHROUGH when appropriate and just remove the useless "fall through" comment from a "default" branch. No real changes.
This commit is contained in:
@@ -471,7 +471,6 @@ void SliderWidgetsPage::CreateSlider()
|
||||
|
||||
default:
|
||||
wxFAIL_MSG("unexpected radiobox selection");
|
||||
// fall through
|
||||
}
|
||||
|
||||
if ( m_chkBothSides->GetValue() )
|
||||
|
Reference in New Issue
Block a user