VirtualBox

Changeset 28182 in vbox


Ignore:
Timestamp:
Apr 12, 2010 8:40:29 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59919
Message:

VBoxManage/GuestCtrl: -Wshadow warnings

File:
1 edited

Legend:

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

    r28176 r28182  
    110110                if (RT_SUCCESS(vrc))
    111111                {
    112                     for (int a = 0; a < cArgs; a++)
    113                         args.push_back(Bstr(papszArg[a]));
     112                    for (int j = 0; j < cArgs; j++)
     113                        args.push_back(Bstr(papszArg[j]));
    114114
    115115                    RTGetOptArgvFree(papszArg);
     
    131131                if (RT_SUCCESS(vrc))
    132132                {
    133                     for (int a = 0; a < cArgs; a++)
    134                         env.push_back(Bstr(papszArg[a]));
     133                    for (int j = 0; j < cArgs; j++)
     134                        env.push_back(Bstr(papszArg[j]));
    135135
    136136                    RTGetOptArgvFree(papszArg);
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