From 0c02564fc5886ddf94bfa6b5231664c5d6c8afae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gannaz?= Date: Mon, 1 Apr 2019 09:35:48 +0200 Subject: [PATCH] cases missing in 'switch' in PictureFlow --- common/pictureflow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/pictureflow.cpp b/common/pictureflow.cpp index a094ba41..73c0973b 100644 --- a/common/pictureflow.cpp +++ b/common/pictureflow.cpp @@ -1017,6 +1017,8 @@ PictureFlow::PictureFlow(QWidget* parent,FlowType flowType): QWidget(parent) case StripOverlapped: d->state = new PictureFlowState(0,0); break; + default: + break; } framesSkip = 0;