VirtualBox

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


Ignore:
Timestamp:
Jan 15, 2025 3:40:05 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166927
Message:

Runtime/r3/fileio.cpp: Missing fallthrough annotation in switch case, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107789  
    175175        case RTFILE_O_OPEN:
    176176            AssertMsgReturn(!(RTFILE_O_NOT_CONTENT_INDEXED & fOpen), ("%#llx\n", fOpen), VERR_INVALID_PARAMETER);
     177            RT_FALL_THROUGH();
    177178        case RTFILE_O_OPEN_CREATE:
    178179        case RTFILE_O_CREATE:
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