VirtualBox

儲存庫 vbox 的更動 93041


忽略:
時間撮記:
2021-12-21 上午11:24:16 (3 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
149045
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette