Fix unannotated fall-through warnings
This commit is contained in:
@@ -1332,7 +1332,7 @@ wxString wxRegKey::FormatValue(const wxString& name) const
|
||||
case wxT('\\'):
|
||||
// escape special symbol
|
||||
rhs += wxT('\\');
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
default:
|
||||
rhs += *p;
|
||||
@@ -1527,7 +1527,7 @@ long GetMSWViewFlags(wxRegKey::WOW64ViewMode viewMode)
|
||||
|
||||
default:
|
||||
wxFAIL_MSG("Unknown registry view.");
|
||||
// fall through
|
||||
wxFALLTHROUGH;
|
||||
|
||||
case wxRegKey::WOW64ViewMode_Default:
|
||||
// Use default registry view for the current application,
|
||||
|
||||
Reference in New Issue
Block a user