Compilation fix after stray wxFALLTHROUGH in the last commit.
Remove wxFALLTHROUGH backported from trunk but which doesn't exist in 3.0. See #17010.
This commit is contained in:
@@ -1837,7 +1837,7 @@ bool wxFileName::MakeRelativeTo(const wxString& pathBase, wxPathFormat format)
|
|||||||
case wxPATH_NATIVE:
|
case wxPATH_NATIVE:
|
||||||
case wxPATH_MAX:
|
case wxPATH_MAX:
|
||||||
wxFAIL_MSG( wxS("unreachable") );
|
wxFAIL_MSG( wxS("unreachable") );
|
||||||
wxFALLTHROUGH;
|
// fall through
|
||||||
|
|
||||||
case wxPATH_UNIX:
|
case wxPATH_UNIX:
|
||||||
case wxPATH_DOS:
|
case wxPATH_DOS:
|
||||||
|
Reference in New Issue
Block a user