VirtualBox

Changeset 107517 in vbox for trunk/src


Ignore:
Timestamp:
Jan 8, 2025 2:38:44 PM (12 days ago)
Author:
vboxsync
Message:

src/VBox/Main/include/ApplianceImplPrivate.h: Fixed warnings found by Parfait (uninitialized attributes). Left a @todo. jiraref:VBP-1424

File:
1 edited

Legend:

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

    r106061 r107517  
    8282    enum digest_T {SHA1, SHA256};
    8383
     84    /** @todo r=andy Make up your mind if naming attributes with a m_ prefix or not. */
    8485    Data()
    8586      : state(Appliance::ApplianceIdle)
     
    103104      , fContentInfoSameCert(false)
    104105      , fContentInfoValidSignature(false)
     106      , fContentInfoDoneVerification(false)
     107      , fContentInfoVerifiedOkay(false)
    105108      , fExportISOImages(false)
    106109      , pReader(NULL)
     
    109112      , ulTotalDisksMB(0)
    110113      , cDisks(0)
     114      , m_pSecretKeyStore(NULL)
    111115      , m_cPwProvided(0)
    112116    {
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