VirtualBox

Ignore:
Timestamp:
Aug 7, 2016 1:15:13 PM (8 years ago)
Author:
vboxsync
Message:

VBoxStub: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r62780 r63130  
    412412 * directory.
    413413 *
    414  * @param   cPackages           The number of packages.
    415414 * @param   pszPkgDir           The package directory, NULL if it shouldn't be
    416415 *                              removed.
    417416 */
    418 static void CleanUp(unsigned cPackages, const char *pszPkgDir)
     417static void CleanUp(const char *pszPkgDir)
    419418{
    420419    for (int i = 0; i < 5; i++)
     
    799798                   int        nCmdShow)
    800799{
     800    RT_NOREF(hInstance, hPrevInstance, lpCmdLine, nCmdShow);
    801801    char **argv = __argv;
    802802    int argc    = __argc;
     
    11051105
    11061106                /* Don't fail if cleanup fail. At least for now. */
    1107                 CleanUp(pHeader->byCntPkgs,
    1108                            !fEnableLogging
     1107                CleanUp(   !fEnableLogging
    11091108                        && fCreatedExtractDir ? szExtractPath : NULL);
    11101109            }
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