VirtualBox

Changeset 107523 in vbox


Ignore:
Timestamp:
Jan 8, 2025 2:57:59 PM (10 days ago)
Author:
vboxsync
Message:

src/VBox/Main/src-server/HostImpl.cpp: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r107296 r107523  
    204204        :
    205205          pParent(NULL),
     206#ifdef VBOX_WITH_USB
     207          pUSBProxyService(NULL),
     208#endif
    206209          fDVDDrivesListBuilt(false),
    207210          fFloppyDrivesListBuilt(false),
    208           fPersistentConfigUpToDate(false)
    209     {};
     211          fVTSupported(false),
     212          fLongModeSupported(false),
     213          fPAESupported(false),
     214          fNestedPagingSupported(false),
     215          fUnrestrictedGuestSupported(false),
     216          fNestedHWVirtSupported(false),
     217          fVirtVmsaveVmload(false),
     218          fRecheckVTSupported(false),
     219          pHostPowerService(NULL),
     220          fPersistentConfigUpToDate(false) {};
    210221
    211222    VirtualBox              *pParent;
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