Changeset 62727 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 30, 2016 12:20:48 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note:
See TracChangeset
for help on using the changeset viewer.