VirtualBox

Changeset 69046 in vbox for trunk/src/VBox/Main/xml


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r68956 r69046  
    59525952                case PortMode_HostPipe:
    59535953                    pelmPort->setAttribute("server", port.fServer);
    5954                     /* fall thru */
     5954                    RT_FALL_THRU();
    59555955                case PortMode_HostDevice:
    59565956                case PortMode_RawFile:
     
    60026002                    break;
    60036003                }
    6004                 /* fall through */
     6004                RT_FALL_THRU();
    60056005            case AudioControllerType_AC97:
    60066006            default:
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