VirtualBox

Changeset 54148 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Feb 11, 2015 4:27:33 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98180
Message:

FE/Qt: Build warning fix for r98178.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r54147 r54148  
    396396        if (fPropsValid)
    397397        {
    398             const int cAdapters = RT_MIN(strCount.toInt(), m_cMaxNetworkAdapters);
     398            const int cAdapters = RT_MIN(strCount.toInt(), (int)m_cMaxNetworkAdapters);
    399399            for (int i = 0; i < cAdapters; ++i)
    400400            {
     
    458458    QTimer *m_pTimerAutoUpdate;
    459459    /** Holds the maximum amount of the network adapters. */
    460     int m_cMaxNetworkAdapters;
     460    ulong m_cMaxNetworkAdapters;
    461461};
    462462
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