VirtualBox

Changeset 25991 in vbox


Ignore:
Timestamp:
Jan 25, 2010 11:03:13 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56862
Message:

iokit.cpp: -Wshadow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/darwin/iokit.cpp

    r23134 r25991  
    14771477            {
    14781478                CFMutableDictionaryRef IfPropsRef = 0;
    1479                 kern_return_t krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions);
     1479                krc = IORegistryEntryCreateCFProperties(EtherIfService, &IfPropsRef, kCFAllocatorDefault, kNilOptions);
    14801480                if (krc == KERN_SUCCESS)
    14811481                {
     
    15381538
    15391539                        /* look it up among the current services */
    1540                         for (CFIndex i = 0; i < cServices; i++)
     1540                        for (i = 0; i < cServices; i++)
    15411541                        {
    15421542                            SCNetworkServiceRef ServiceRef = (SCNetworkServiceRef)CFArrayGetValueAtIndex(ServicesRef, i);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette