VirtualBox

Changeset 93041 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Dec 21, 2021 11:24:16 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149045
Message:

include/VBox/hgcmsvc.h: Actually return VERR_NOT_IMPLEMENTED for non implemented cases instead of just asserting in debug builds and ignoring it for release builds, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hgcmsvc.h

    r91105 r93041  
    578578
    579579        default:
    580             AssertMsgFailed(("Paramter type %RU32 not implemented yet\n", pParm->type));
    581             rc = VERR_NOT_IMPLEMENTED;
     580            AssertMsgFailedReturn(("Paramter type %RU32 not implemented yet\n", pParm->type),
     581                                  VERR_NOT_IMPLEMENTED);
    582582            break;
    583583    }
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