Fix unannotated fall-through warnings
This commit is contained in:
@@ -830,7 +830,7 @@ int wxMSWMessageDialog::MSWTranslateReturnCode(int msAns)
|
||||
{
|
||||
default:
|
||||
wxFAIL_MSG(wxT("unexpected return code"));
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case IDCANCEL:
|
||||
ans = wxID_CANCEL;
|
||||
|
Reference in New Issue
Block a user