Fix unreachable-code-return and unreachable-code-break warning
This commit is contained in:
@@ -1799,7 +1799,6 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory WXUNUSED(cat))
|
||||
format.Replace("%y","%Y");
|
||||
return format;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
wxFAIL_MSG( "Unknown locale info" );
|
||||
|
Reference in New Issue
Block a user