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/Main/src-client/ConsoleImpl.cpp

    r68992 r69046  
    11581158            LogFlowFunc(("External auth asked for guest judgement\n"));
    11591159        }
    1160         /* fall thru */
     1160        RT_FALL_THRU();
    11611161
    11621162        case AuthType_Guest:
     
    85838583                default:
    85848584                    AssertFailed();
    8585                     /* fall through */
     8585                    RT_FALL_THRU();
    85868586                case MachineState_Stopping:
    85878587                    /* successfully powered down */
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