VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118325
Message:

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

Location:
trunk/src/VBox/HostDrivers/Support
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp

    r64290 r69046  
    41914191                if (RT_FAILURE(rc))
    41924192                    return supdrvTscDeltaThreadButchered(pDevExt, true /* fSpinlockHeld */, "RTSemEventSignal", rc);
    4193                 /* fall thru */
     4193                RT_FALL_THRU();
    41944194            }
    41954195
     
    42204220                RTSpinlockRelease(pDevExt->hTscDeltaSpinlock);
    42214221                RTThreadSleep(1);
    4222                 /* fall thru */
     4222                RT_FALL_THRU();
    42234223            }
    42244224
  • trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp

    r66858 r69046  
    10421042                        case 'X':
    10431043                            fFlags |= RTSTR_F_CAPITAL;
    1044                             /* fall thru */
     1044                            RT_FALL_THRU();
    10451045                        case 'x':
    10461046                            uBase = 16;
     
    10831083                        break;
    10841084                    }
    1085                     /* fall thru */
     1085                    RT_FALL_THRU();
    10861086
    10871087                /*
  • trunk/src/VBox/HostDrivers/Support/SUPSvcGrant.cpp

    r62490 r69046  
    495495                if (RT_FAILURE(rc))
    496496                    return supSvcGrantThreadButchered(pThis, true /* fOwnCritSect*/, "RTSemEventSignal", rc);
    497                 /* fall thru */
     497                RT_FALL_THRU();
    498498
    499499            case kSupSvcGrantState_Paused:
     
    510510                if (RT_FAILURE(rc))
    511511                    return supSvcGrantThreadButchered(pThis, true /* fOwnCritSect*/, "RTSemEventSignal", rc);
    512                 /* fall thru */
     512                RT_FALL_THRU();
    513513
    514514            case kSupSvcGrantState_Listen:
Note: See TracChangeset for help on using the changeset viewer.

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