VirtualBox

vbox的更動 62727 路徑 trunk/src/VBox/Runtime


忽略:
時間撮記:
2016-7-30 上午12:20:48 (8 年 以前)
作者:
vboxsync
訊息:

IPRT/testcases: warnings

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/testcase/tstRTJson.cpp

    r62021 r62727  
    102102{
    103103#ifndef RT_STRICT /* Enable manually if assertions are enabled or it will assert all over the place for debug builds. */
     104/** @todo you can disable assertions and all the noise. See RTAssertSetMayPanic and RTAssertSetQuiet. */
    104105    if (   enmType != RTJSONVALTYPE_OBJECT
    105106        && enmType != RTJSONVALTYPE_ARRAY)
     
    139140        RTTEST_CHECK_RC(hTest, RTJsonValueQueryString(hJsonVal, &psz), VERR_JSON_VALUE_INVALID_TYPE);
    140141    }
     142#else
     143    RT_NOREF3(hTest, hJsonVal, enmType);
    141144#endif
    142145}
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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