From d8ff3189e277a50a8a78e7df47de42649d161de5 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Wed, 9 Dec 2015 21:04:43 +0100 Subject: [PATCH] Adding wxFALLTHROUGH instead of comment. For code-analysis support. --- src/msw/toolbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/toolbar.cpp b/src/msw/toolbar.cpp index af56c305d0..ebdd261a82 100644 --- a/src/msw/toolbar.cpp +++ b/src/msw/toolbar.cpp @@ -921,7 +921,7 @@ bool wxToolBar::Realize() button.iBitmap = IsVertical() ? sizeControl.y : sizeControl.x; } - // Fall through + wxFALLTHROUGH; case wxTOOL_STYLE_SEPARATOR: if ( tool->IsStretchableSpace() )