Changeset 87917 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Mar 2, 2021 3:42:13 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143006
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VHDX.cpp
r87753 r87917 637 637 #if 1 638 638 /** @todo r=andy Code looks temporary disabled to me, fixes strict release builds: 639 * "accessing 16 bytes at offsets 0 and 0 overlaps 16 bytes at offset 0 [-Werror=restrict] */639 * "accessing 16 bytes at offsets 0 and 0 overlaps 16 bytes at offset 0 [-Werror=restrict]" */ 640 640 RTUUID uuidTmp; 641 641 memcpy(&uuidTmp, pUuid, sizeof(RTUUID));
Note:
See TracChangeset
for help on using the changeset viewer.