commit | 335a0ae19c3c26a934b2a25c0b8016a453c4b013 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Oct 13 12:32:34 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 13 12:32:34 2014 -0700 |
tree | 289f8914a70f071869f46ffcdbebaf6296d3401c | |
parent | 6c07907eaa464ba98b0144ff20ea6989238b6253 [diff] |
Allow GCC to build Skia on Mac. GCC doesn't understand -fasm-blocks or -mpascal-strings, but we don't care about them. While looking around in Gyp, I noticed a better way to disable warnings about offsetof so that it doesn't tell us "disabling this warning makes no sense in C" for every C source file we compile. BUG=skia: Review URL: https://codereview.chromium.org/650553002