Changeset 92915 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Dec 15, 2021 9:12:19 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/fatvfs.cpp
r92914 r92915 915 915 uint64_t off = UINT64_MAX; 916 916 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. */ 918 919 RTSGBUF SgBuf; 919 920 RTSgBufInit(&SgBuf, aSgSegs, RT_ELEMENTS(aSgSegs));
Note:
See TracChangeset
for help on using the changeset viewer.