VirtualBox

Changeset 48861 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 4, 2013 12:59:38 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89530
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VHDX.cpp

    r48851 r48861  
    15921592                /* Parse the region table entries. */
    15931593                PVhdxRegionTblEntry pRegTblEntry = (PVhdxRegionTblEntry)(pbRegionTbl + sizeof(VhdxRegionTblHdr));
    1594                 VhdxRegionTblEntry RegTblEntryBat; /**<< BAT region table entry. */
     1594                VhdxRegionTblEntry RegTblEntryBat; /* BAT region table entry. */
    15951595                bool fBatRegPresent = false;
     1596                RT_ZERO(RegTblEntryBat); /* Maybe uninitialized, gcc. */
    15961597
    15971598                for (unsigned i = 0; i < RegionTblHdr.u32EntryCount; i++)
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