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/Additions/common/VBoxGuest/lib/VBoxGuestR0LibHGCMInternal.cpp

    r68654 r69046  
    269269                    break;
    270270                }
    271                 /* fall thru */
     271                RT_FALL_THRU();
    272272
    273273            case VMMDevHGCMParmType_LinAddr_In:
     
    543543                    break;
    544544                }
    545                 /* fall thru */
     545                RT_FALL_THRU();
    546546
    547547            case VMMDevHGCMParmType_LinAddr_In:
     
    810810                    break;
    811811                }
    812                 /* fall thru */
     812                RT_FALL_THRU();
    813813
    814814            case VMMDevHGCMParmType_LinAddr_Out:
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