Changeset 63092 in vbox for trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
- Timestamp:
- Aug 6, 2016 3:11:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
r62679 r63092 409 409 void *pvReserved, void *pvArg) 410 410 { 411 RT_NOREF(pvArg); 411 412 if (g_cVerbosityLevel > 1) 412 413 RTPrintf(" pvSystemStore=%p dwFlags=%#x pStoreInfo=%p pvReserved=%p\n", pvSystemStore, dwFlags, pStoreInfo, pvReserved); … … 500 501 static RTEXITCODE cmdDisplayAll(int argc, char **argv) 501 502 { 503 RT_NOREF(argv); 502 504 if (argc != 1) 503 505 return RTMsgErrorExit(RTEXITCODE_SYNTAX, "the display-all command takes no arguments\n");
Note:
See TracChangeset
for help on using the changeset viewer.