VirtualBox

Changeset 69046 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (7 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/Runtime/r3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/dir.cpp

    r62564 r69046  
    333333                    return true;
    334334                ucFilter = '.';
    335                 /* fall thru */
     335                RT_FALL_THRU();
    336336
    337337            /*
  • trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

    r64639 r69046  
    219219                break;
    220220            }
    221             /* fall thru */
     221            RT_FALL_THRU();
    222222        default:
    223223            AssertMsgFailed(("Impossible fOpen=%#llx\n", fOpen));
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