From b3b8d8c4a807a373998a188146fa800db85fbed6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 29 May 2015 16:32:14 +0200 Subject: [PATCH] Compilation fix after stray wxFALLTHROUGH in the last commit. Remove wxFALLTHROUGH backported from trunk but which doesn't exist in 3.0. See #17010. --- src/common/filename.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/filename.cpp b/src/common/filename.cpp index fd9c254c51..c2959ace94 100644 --- a/src/common/filename.cpp +++ b/src/common/filename.cpp @@ -1837,7 +1837,7 @@ bool wxFileName::MakeRelativeTo(const wxString& pathBase, wxPathFormat format) case wxPATH_NATIVE: case wxPATH_MAX: wxFAIL_MSG( wxS("unreachable") ); - wxFALLTHROUGH; + // fall through case wxPATH_UNIX: case wxPATH_DOS: