VirtualBox

Changeset 24364 in vbox for trunk/include


Ignore:
Timestamp:
Nov 5, 2009 2:18:31 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54388
Message:

Main: Fixed XPCOM warnings caused by Machine::GetCpuIdLeaf not setting error info. Use UINT32_MAX instead of -1, avoids gcc warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r24296 r24364  
    395395{
    396396    CpuIdLeaf()
    397         : ulId(-1),
     397        : ulId(UINT32_MAX),
    398398          ulEax(0),
    399399          ulEbx(0),
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