vlc | branch: master | Steve Lhomme <[email protected]> | Sat May  5 19:48:14 
2018 +0200| [de546265dd3bfbdd27fb8386aa9c7685f06bf6db] | committer: Steve Lhomme

qt:controller: explicit fallthrough

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de546265dd3bfbdd27fb8386aa9c7685f06bf6db
---

 modules/gui/qt/components/controller.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/components/controller.cpp 
b/modules/gui/qt/components/controller.cpp
index 5f2d1efa49..04926a2df2 100644
--- a/modules/gui/qt/components/controller.cpp
+++ b/modules/gui/qt/components/controller.cpp
@@ -378,6 +378,7 @@ QWidget *AbstractController::createWidget( buttonType_e 
button, int options )
         break;
     case VOLUME_SPECIAL:
         b_special = true;
+        /* fallthrough */
     case VOLUME:
         {
             SoundWidget *snd = new SoundWidget( this, p_intf, b_shiny, 
b_special );

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to