Changes between Initial Version and Version 1 of Ticket #915, comment 4


Ignore:
Timestamp:
Oct 13, 2017, 10:37:55 PM (7 years ago)
Author:
Alex Samorukov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #915, comment 4

    initial v1  
    11I 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
     3I can make a patch for review to disable packing of such structures.