Fix unannotated fall-through warnings
This commit is contained in:
@@ -1074,8 +1074,7 @@ bool RegTreeCtrl::TreeNode::OnExpand()
|
||||
m_pKey->QueryValue(str, &l);
|
||||
strItem << l;
|
||||
}
|
||||
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
default:
|
||||
icon = RegImageList::BinaryValue;
|
||||
|
Reference in New Issue
Block a user