Comment 10 for bug 1738730

Revision history for this message
Leo Havmøller (leh-p) wrote : Re: Simple OR'ed assignment breaks the code silently

New tools can reveal old problems, in this case the use of -fpacked-struct on the entire project.
> Note: I need packed structs for serializing communication and storage.
We all do. Use #pragma pack(push, 1) and #pragma pack(pop) in the affected header files.