VirtualBox

Changeset 44380 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 25, 2013 1:57:54 PM (12 years ago)
Author:
vboxsync
Message:

remove compiler warning about that some variable shadows a previous local

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImplCloneVM.cpp

    r44365 r44380  
    11131113                            else
    11141114                            {
    1115                                 for (size_t i = 0; i < mediumVariant.size(); i++)
    1116                                     srcVar |= mediumVariant[i];
     1115                                for (size_t j = 0; i < mediumVariant.size(); i++)
     1116                                    srcVar |= mediumVariant[j];
    11171117                            }
    11181118                        }
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