[vlc-commits] qt:controller: explicit fallthrough
    Steve Lhomme 
    git at videolan.org
       
    Mon May  7 08:49:04 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | 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 );
    
    
More information about the vlc-commits
mailing list