VirtualBox

Changeset 43018 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Aug 27, 2012 10:16:16 PM (12 years ago)
Author:
vboxsync
Message:

Fixed warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r42995 r43018  
    10211021    };
    10221022
    1023     int ch, rc, rc2;
     1023    int ch, rc;
    10241024    RTGETOPTUNION ValueUnion;
    10251025    RTGETOPTSTATE GetState;
     
    10321032    uint32_t fFlags       = 0;
    10331033    uint32_t fOutputFlags = 0;
    1034     int cNonOptions       = 0;
     1034    int      cNonOptions  = 0;
    10351035
    10361036    while (   (ch = RTGetOpt(&GetState, &ValueUnion))
     
    11011101                else
    11021102                {
    1103                     rc2 = RTDirRemoveRecursive(argv[i],
    1104                                                RTDIRRMREC_F_CONTENT_AND_DIR);
     1103                    int rc2 = RTDirRemoveRecursive(argv[i],
     1104                                                   RTDIRRMREC_F_CONTENT_AND_DIR);
    11051105                    toolboxRmReport("", argv[i], RT_SUCCESS(rc2), rc2,
    11061106                                    fOutputFlags, NULL);
     
    11121112            else if (RTPathExists(argv[i]) || RTSymlinkExists(argv[i]))
    11131113            {
    1114                 rc2 = RTFileDelete(argv[i]);
     1114                int rc2 = RTFileDelete(argv[i]);
    11151115                toolboxRmReport("", argv[i], RT_SUCCESS(rc2), rc2,
    11161116                                fOutputFlags, NULL);
     
    12031203    };
    12041204
    1205     int ch, rc, rc2;
     1205    int ch, rc;
    12061206    RTGETOPTUNION ValueUnion;
    12071207    RTGETOPTSTATE GetState;
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