VirtualBox

Changeset 106505 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Oct 19, 2024 3:25:57 AM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165337
Message:

Add/NT/Graphics/WDDM: Stricter union initializers. jiraref:VBP-1171

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp

    r106061 r106505  
    982982        if (Status == STATUS_SUCCESS)
    983983        {
    984             PHYSICAL_ADDRESS PhysicalAddress = {0};
     984            PHYSICAL_ADDRESS PhysicalAddress = {{0,0}};
    985985            PhysicalAddress.QuadPart = VBoxCommonFromDeviceExt(pDevExt)->phVRAM.QuadPart + offData;
    986986            pMgr->pvData = (uint8_t*)MmMapIoSpace(PhysicalAddress, cbData, MmNonCached);
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