VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 4:10:06 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44528
Message:

Runtime: weaken an assertion in RTErrConvertToErrno

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/err/RTErrConvertToErrno.cpp

    r16811 r17949  
    441441
    442442        default:
    443             AssertMsgFailed(("Unhandled error code %Rrc\n", iErr));
     443            if (iErr > -1000)  /* VBox private errors */
     444                AssertMsgFailed(("Unhandled error code %Rrc\n", iErr));
    444445#ifdef EPROTO
    445446            return EPROTO;
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