VirtualBox

Changeset 98359 in vbox for trunk/src


Ignore:
Timestamp:
Jan 31, 2023 11:19:47 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
155596
Message:

HostServices/HostChannel: Address two todos [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/HostChannel/VBoxHostChannelSvc.cpp

    r98358 r98359  
    253253            else
    254254            {
    255                 uint32_t u32Flags;
     255                uint32_t u32Flags = 0; /* Shut up msvc*/
    256256                const char *pszName;
    257257                uint32_t cbName;
     
    508508                const char *pszName;
    509509                uint32_t cbName;
    510                 uint32_t u32Code;
    511                 void *pvParm;
    512                 uint32_t cbParm;
    513                 void *pvData;
    514                 uint32_t cbData;
     510                uint32_t u32Code = 0; /* Shut up msvc*/
     511                void *pvParm = NULL;  /* Shut up msvc*/
     512                uint32_t cbParm = 0;  /* Shut up msvc*/
     513                void *pvData = NULL;  /* Shut up msvc*/
     514                uint32_t cbData = 0;  /* Shut up msvc*/
    515515
    516516                rc = VBoxHGCMParmPtrGet(&paParms[0], (void **)&pszName, &cbName);
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