VirtualBox

Changeset 45145 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 22, 2013 3:03:53 PM (12 years ago)
Author:
vboxsync
Message:

Main: build fix; warninMain: build fix; warning

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/netif.h

    r44742 r45145  
    153153    Utf8Str strTmp = bstrIfName;
    154154    const char *pszIfName = strTmp.c_str();
    155     int iInstance = 0, iPos = strcspn(pszIfName, "0123456789");
     155    int iInstance = 0;
     156    size_t iPos = strcspn(pszIfName, "0123456789");
    156157    if (pszIfName[iPos])
    157158        iInstance = RTStrToUInt32(pszIfName + iPos);
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r45138 r45145  
    11891189#else
    11901190    NOREF(aNATNetworks);
     1191# ifndef RT_OS_WINDOWS
    11911192    NOREF(aNATNetworksSize);
     1193# endif
    11921194    return E_NOTIMPL;
    11931195#endif
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