VirtualBox

Changeset 3482 in vbox


Ignore:
Timestamp:
Jul 5, 2007 3:52:58 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22694
Message:

Main: Fixed compile warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxImpl.cpp

    r3480 r3482  
    44374437                handles = new HANDLE [cnt + 1];
    44384438                handles [0] = that->mWatcherData.mUpdateReq;
    4439                 for (int i = 0; i < cnt; i++)
     4439                for (size_t i = 0; i < cnt; ++ i)
    44404440                    handles [i + 1] = (machines [i])->ipcSem();
    44414441            }
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