Fix unannotated fall-through warnings
This commit is contained in:
@@ -558,6 +558,7 @@ bool wxBitmap::CopyFromIconOrCursor(const wxGDIImage& icon,
|
||||
{
|
||||
default:
|
||||
wxFAIL_MSG( wxT("unknown wxBitmapTransparency value") );
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case wxBitmapTransparency_None:
|
||||
// nothing to do, refData->m_hasAlpha is false by default
|
||||
|
||||
Reference in New Issue
Block a user