VirtualBox

Changeset 66850 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
May 9, 2017 2:29:29 PM (8 years ago)
Author:
vboxsync
Message:

Runtime: fall-thru

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/fatvfs.cpp

    r66762 r66850  
    48974897            AssertMsgReturn(cClusters >= FAT_MIN_FAT32_DATA_CLUSTERS && cClusters <= FAT_MAX_FAT32_DATA_CLUSTERS,
    48984898                            ("cClusters=%#x\n", cClusters), VERR_OUT_OF_RANGE);
     4899            /* fall thru */
    48994900        default:
    49004901            AssertFailedReturn(VERR_INTERNAL_ERROR_2);
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