Changes between Initial Version and Version 1 of Ticket #915, comment 4
- Timestamp:
- Oct 13, 2017, 10:37:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #915, comment 4
initial v1 1 1 I checked that warnings are about structures which are already aligned, e.g. 512 bytes length. I think we can safely remove pack pragma for them. This would make compiler silent and also we still have ASSERT with sizeof, just in case. 2 3 I can make a patch for review to disable packing of such structures.