Changeset 62775 in vbox for trunk/src/VBox
- Timestamp:
- Jul 31, 2016 5:47:06 PM (8 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM.cpp
r62478 r62775 155 155 tstVMMConfigConstructor(PUVM pUVM, PVM pVM, void *pvUser) 156 156 { 157 NOREF(pvUser);157 RT_NOREF2(pUVM, pvUser); 158 158 int rc = CFGMR3ConstructDefaultTree(pVM); 159 159 if (RT_SUCCESS(rc)) … … 199 199 extern "C" DECLEXPORT(int) TrustedMain(int argc, char **argv, char **envp) 200 200 { 201 RT_NOREF1(envp); 202 201 203 /* 202 204 * Init runtime and the test environment. -
trunk/src/VBox/VMM/tools/VBoxVMMPreload.cpp
r62478 r62775 195 195 extern "C" DECLEXPORT(int) TrustedMain(int argc, char **argv, char **envp) 196 196 { 197 RT_NOREF1(envp); 197 198 bool fExit = false; 198 199 RTEXITCODE rcExit = ParseOptions(argc, argv, &fExit);
Note:
See TracChangeset
for help on using the changeset viewer.