VirtualBox

Changeset 107501 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Jan 8, 2025 12:56:13 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166561
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/HGCM.cpp

    r106061 r107501  
    550550{
    551551    public:
    552         HGCMMsgCall() : pcCounter(NULL)
     552        HGCMMsgCall()
     553            : pcCounter(NULL)
     554            , u32ClientId(0)
     555            , u32Function(0)
     556            , cParms(0)
     557            , paParms(NULL)
     558            , tsArrival(0)
    553559        { }
    554560
    555561        HGCMMsgCall(HGCMThread *pThread)
    556562            : pcCounter(NULL)
     563            , u32ClientId(0)
     564            , u32Function(0)
     565            , cParms(0)
     566            , paParms(NULL)
     567            , tsArrival(0)
    557568        {
    558569            InitializeCore(SVC_MSG_GUESTCALL, pThread);
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