VirtualBox

Changeset 62626 in vbox for trunk/src


Ignore:
Timestamp:
Jul 28, 2016 3:30:58 PM (8 years ago)
Author:
vboxsync
Message:

unused parameter warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r62585 r62626  
    14021402    else
    14031403        printUsage(fCategory, ~0U, g_pStdErr);
    1404 #endif /* !VBOX_ONLY_DOCS */
     1404#else
     1405    RT_NOREF_PV(fCategory);
     1406#endif
    14051407    va_start(args, pszFormat);
    14061408    RTStrmPrintf(g_pStdErr, "\nSyntax error: %N\n", pszFormat, &args);
     
    14221424    else
    14231425        printUsage(fCategory, fSubCategory, g_pStdErr);
    1424 #endif /* !VBOX_ONLY_DOCS */
     1426#else
     1427    RT_NOREF2(fCategory, fSubCategory);
     1428#endif
    14251429    va_start(args, pszFormat);
    14261430    RTStrmPrintf(g_pStdErr, "\nSyntax error: %N\n", pszFormat, &args);
     
    14731477    else
    14741478        printUsage(fCategory, fSubCategory, g_pStdErr);
    1475 #endif /* !VBOX_ONLY_DOCS */
     1479#else
     1480    RT_NOREF2(fCategory, fSubCategory);
     1481#endif
    14761482
    14771483    if (rc == VINF_GETOPT_NOT_OPTION)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette