VirtualBox

Changeset 24650 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Nov 13, 2009 5:39:27 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54816
Message:

Disabling asserts preventing ISO image mounts

File:
1 edited

Legend:

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

    r23973 r24650  
    150150    {
    151151        case 0: /* temporarily */
     152#ifdef DEBUG_bird
    152153            AssertMsgFailed(("Missing RTFILE_O_OPEN/CREATE*! (continuable assertion)\n"));
     154#endif
    153155            fOpen |= RTFILE_O_OPEN;
    154156            break;
     
    167169    {
    168170        case 0: /* temporarily */
     171#ifdef DEBUG_bird
    169172            AssertMsgFailed(("Missing RTFILE_O_DENY_*! (continuable assertion)\n"));
     173#endif
    170174            fOpen |= RTFILE_O_DENY_NONE;
    171175            break;
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