VirtualBox

Changeset 65646 in vbox


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

gcc 7: Main: fall thru

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r65484 r65646  
    11451145
    11461146            LogFlowFunc(("External auth asked for guest judgement\n"));
    1147         } /* pass through */
     1147        }
     1148        /* fall thru */
    11481149
    11491150        case AuthType_Guest:
  • trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp

    r65544 r65646  
    12901290                    case kHostUSBDeviceState_UsedByHost:
    12911291                        fIsImportant = true;
     1292                        /* fall thru */
    12921293                    case kHostUSBDeviceState_Unused:
    12931294                        LogThisFunc(("{%s} %s -> %s\n", mName, i_getStateName(), i_stateName(kHostUSBDeviceState_Capturable)));
  • trunk/src/VBox/Main/xml/Settings.cpp

    r65088 r65646  
    59115911                case PortMode_HostPipe:
    59125912                    pelmPort->setAttribute("server", port.fServer);
    5913                     /* no break */
     5913                    /* fall thru */
    59145914                case PortMode_HostDevice:
    59155915                case PortMode_RawFile:
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