VirtualBox

Changeset 93305 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jan 18, 2022 11:29:31 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149373
Message:

Devices,VMM: VC++ 19.2 update 11 build adjustments (bogus initializers warnings). bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvHostBase-win.cpp

    r93115 r93305  
    306306        /* use NT api, retry a few times if the media is being verified. */
    307307        IO_STATUS_BLOCK             IoStatusBlock = {0};
    308         FILE_FS_SIZE_INFORMATION    FsSize = {0};
     308        FILE_FS_SIZE_INFORMATION    FsSize = {{0}};
    309309        NTSTATUS rcNt = NtQueryVolumeInformationFile((HANDLE)RTFileToNative(pThis->Os.hFileDevice),  &IoStatusBlock,
    310310                                                     &FsSize, sizeof(FsSize), FileFsSizeInformation);
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