commit | 4e80f59db660505102dae427ad4a7904a951019f | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Jan 09 19:59:55 2018 -0800 |
committer | Yi Kong <yikong@google.com> | Tue Jan 09 20:10:25 2018 -0800 |
tree | c6f6ac5d9b2c917c1f1d156bc193e3df50601902 | |
parent | 5ce56821e99ee7b10de58b4b7a339d8844f9463b [diff] |
Use '#pragma pack(pop)' instead of reset Resetting alignment in an include file can have unintended side-effects. Pop the option instead. This fixes newly introduced '-Wpragma-pack' warning in Clang. Test: m checkbuild Change-Id: Ifacc486491b893e3339b0775f5b0ac7ba7990ac0