commit | 24ad0965404c0bc978f27db27e2f00ebac95239c | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Jun 17 11:47:40 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jun 17 11:47:40 2014 -0700 |
tree | d56fef991fbf9a02dfc38b91418eb6004a8079e8 | |
parent | b5c281e1e06af3be804309877de1dac6145686b9 [diff] |
Silence warnings about using offsetof on near-POD structs. This is coming up with SkMatrix, which is POD according to GCC >= 4.6 but not before (specifically, not at GCC 4.4). BUG=skia: R=reed@google.com, mtklein@google.com, bungeman@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/339193002