VirtualBox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/USBFilter.cpp

    r65920 r69046  
    16811681        default:
    16821682            AssertMsgFailed(("%d\n", enmFieldIdx));
    1683             /* fall thru */
     1683            RT_FALL_THRU();
    16841684        case USBFILTERIDX_MANUFACTURER_STR:
    16851685        case USBFILTERIDX_PRODUCT_STR:
     
    17021702        default:
    17031703            AssertMsgFailed(("%d\n", enmFieldIdx));
    1704             /* fall thru */
     1704            RT_FALL_THRU();
    17051705        case USBFILTERIDX_VENDOR_ID:
    17061706        case USBFILTERIDX_PRODUCT_ID:
     
    17331733        default:
    17341734            AssertMsgFailed(("%d\n", enmMatchingMethod));
    1735             /* fall thru */
     1735            RT_FALL_THRU();
    17361736        case USBFILTERMATCH_IGNORE:
    17371737        case USBFILTERMATCH_PRESENT:
     
    17631763        default:
    17641764            AssertMsgFailed(("%d\n", enmMatchingMethod));
    1765             /* fall thru */
     1765            RT_FALL_THRU();
    17661766        case USBFILTERMATCH_IGNORE:
    17671767        case USBFILTERMATCH_PRESENT:
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