Fix implicit-fallthrough warning

This commit is contained in:
Maarten Bent
2020-12-22 15:42:56 +01:00
parent 062147ff1c
commit 0438ca19c1
12 changed files with 12 additions and 11 deletions

View File

@@ -5181,7 +5181,7 @@ void wxWindowGTK::GTKSendPaintEvents(const GdkRegion* region)
break;
}
}
// fall through
wxFALLTHROUGH;
case wxBG_STYLE_SYSTEM:
if ( GetThemeEnabled() )