Skip to content

Commit 0acab4f

Browse files
committed
Fix all remaining warnings
1 parent 1afb74a commit 0acab4f

File tree

20 files changed

+14260
-14267
lines changed

20 files changed

+14260
-14267
lines changed

3rdparty/WAF/Animation/SideSlide/SideSlideAnimator.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ bool SideSlideAnimator::eventFilter(QObject* _object, QEvent* _event)
293293
//
294294
// проваливаемся, для корректировки высоты
295295
//
296+
[[fallthrough]];
296297
}
297298
case WAF::LeftSide: {
298299
widgetForSlide()->resize(widgetForSlide()->width(), widgetForSlideParent->height());
@@ -304,6 +305,7 @@ bool SideSlideAnimator::eventFilter(QObject* _object, QEvent* _event)
304305
//
305306
// Проваливаемся, для корректировки ширины
306307
//
308+
[[fallthrough]];
307309
}
308310
case WAF::TopSide: {
309311
widgetForSlide()->resize(widgetForSlideParent->width(), widgetForSlide()->height());

0 commit comments

Comments
 (0)