VirtualBox

Changeset 92915 in vbox for trunk/src/VBox/Runtime/common/fs


Ignore:
Timestamp:
Dec 15, 2021 9:12:19 AM (3 years ago)
Author:
vboxsync
Message:

IPRT/fatvfs: GCC 11 build fix [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/fatvfs.cpp

    r92914 r92915  
    915915    uint64_t off     = UINT64_MAX;
    916916    uint64_t offEdge = UINT64_MAX;
    917     RTSGSEG  aSgSegs[8] = { 0 }; /* Initialization required for GCC >= 11. */
     917    RTSGSEG  aSgSegs[8];
     918    RT_ZERO(aSgSegs); /* Initialization required for GCC >= 11. */
    918919    RTSGBUF  SgBuf;
    919920    RTSgBufInit(&SgBuf, aSgSegs, RT_ELEMENTS(aSgSegs));
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