Fix unannotated fall-through warnings
This commit is contained in:
@@ -525,6 +525,7 @@ bool MyListModel::GetAttrByRow( unsigned int row, unsigned int col,
|
||||
return true;
|
||||
}
|
||||
}
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case Col_Custom:
|
||||
// do what the labels defined in GetValueByRow() hint at
|
||||
|
Reference in New Issue
Block a user