VirtualBox

Changeset 69046 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (7 years ago)
Author:
vboxsync
Message:

Global: replace fall-through comments with RT_FALL_THRU().
bugref:8192: gcc warnings

Location:
trunk/src/VBox/Devices/USB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r67835 r69046  
    26642664                default: /* what the hell */
    26652665                    Log(("pUrb->enmStatus=%#x!!!\n", pUrb->enmStatus));
    2666                     /* fall thru */
     2666                    RT_FALL_THRU();
    26672667                case VUSBSTATUS_DNR:
    26682668                    pTd->hwinfo |= OHCI_CC_DNR;
  • trunk/src/VBox/Devices/USB/VUSBUrb.cpp

    r65976 r69046  
    13791379            default:
    13801380                AssertMsgFailed(("Invalid cancel mode\n"));
    1381                 /* fall thru */
     1381                RT_FALL_THRU();
    13821382            case CANCELMODE_FAIL:
    13831383                pUrb->enmStatus = VUSBSTATUS_CRC;
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