Changeset 62627 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 28, 2016 3:32:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTR0Thread.cpp
r62477 r62627 58 58 { 59 59 PTSTRTR0THREADDATA pData = (PTSTRTR0THREADDATA)pvUser; 60 RT_NOREF1(hThread); 60 61 if (RT_LIKELY(pData)) 61 62 { … … 82 83 { 83 84 RTR0TESTR0_SRV_REQ_PROLOG_RET(pReqHdr); 85 RT_NOREF2(pSession, u64Arg); 84 86 85 87 /*
Note:
See TracChangeset
for help on using the changeset viewer.