vbox的更動 62727 路徑 trunk/src/VBox/Runtime
- 時間撮記:
- 2016-7-30 上午12:20:48 (8 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Runtime/testcase/tstRTJson.cpp
r62021 r62727 102 102 { 103 103 #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. */ 104 105 if ( enmType != RTJSONVALTYPE_OBJECT 105 106 && enmType != RTJSONVALTYPE_ARRAY) … … 139 140 RTTEST_CHECK_RC(hTest, RTJsonValueQueryString(hJsonVal, &psz), VERR_JSON_VALUE_INVALID_TYPE); 140 141 } 142 #else 143 RT_NOREF3(hTest, hJsonVal, enmType); 141 144 #endif 142 145 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器