VirtualBox

Changeset 65653 in vbox for trunk/src


Ignore:
Timestamp:
Feb 7, 2017 11:48:22 AM (8 years ago)
Author:
vboxsync
Message:

gcc 7: Frontends: fall thru

Location:
trunk/src/VBox/Frontends
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp

    r65381 r65653  
    25622562                            break;
    25632563                        }
    2564                         /* fall through if no two-key sequence is used */
    25652564                    }
     2565                    /* fall through */
    25662566
    25672567                    case HKEYSTATE_DOWN:
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r65381 r65653  
    48694869            initGl();
    48704870            Assert(!mGlOn == !mOverlayImage.hasSurfaces());
     4871            pCmd->rc = VINF_SUCCESS;
     4872            break;
    48714873        case VBOXVHWACMD_TYPE_DISABLE:
    48724874            pCmd->rc = VINF_SUCCESS;
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp

    r65632 r65653  
    751751
    752752                    /* This event should be also processed using next 'case': */
    753                     /* fall thru */
    754                 }
     753                }
     754                /* fall thru */
    755755                case QEvent::MouseButtonPress:
    756756                case QEvent::MouseButtonDblClick:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette