VirtualBox

Ignore:
Timestamp:
Jul 31, 2016 5:44:26 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
109361
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp

    r62679 r62774  
    4848#ifdef RT_OS_WINDOWS
    4949# define _WIN32_WINNT 0x0501
     50# include <iprt/win/windows.h>          /* ShellExecuteEx, ++ */
    5051# include <Objbase.h>                   /* CoInitializeEx */
    51 # include <iprt/win/windows.h>                   /* ShellExecuteEx, ++ */
    5252# ifdef DEBUG
    5353#  include <Sddl.h>
     
    296296#else
    297297     /** @todo TrustedInstaller? */
     298     RT_NOREF1(pszDir);
    298299#endif
    299300
     
    339340static RTEXITCODE ValidateUnpackedExtPack(const char *pszDir, const char *pszTarball, const char *pszExtPackName)
    340341{
     342    RT_NOREF2(pszTarball, pszExtPackName);
    341343    RTMsgInfo("Validating unpacked extension pack...");
    342344
     
    490492                                const char *pszTarball)
    491493{
     494    RT_NOREF1(pszTarball);
    492495    RTMsgInfo("Unpacking extension pack into '%s'...", pszDirDst);
    493496
     
    653656                             const char *pszName, const char *pszMangledName, bool fReplace)
    654657{
     658    RT_NOREF1(pszCertDir);
     659
    655660    /*
    656661     * Do some basic validation of the tarball file.
     
    12331238                                         int iCmd, const char *pszDisplayInfoHack)
    12341239{
     1240    RT_NOREF1(cMyArgs);
    12351241    RTEXITCODE rcExit = RTEXITCODE_FAILURE;
    12361242#ifdef RT_OS_WINDOWS
     
    13201326                        if (GetExitCodeProcess(Info.hProcess, &dwExitCode))
    13211327                        {
    1322                             if (dwExitCode >= 0 && dwExitCode < 128)
     1328                            if (dwExitCode < 128)
    13231329                                rcExit = (RTEXITCODE)dwExitCode;
    13241330                            else
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