| commit | a07b297585f58c4cb4144e5625a31ce5d98c5e04 | [log] [tgz] |
|---|---|---|
| author | mtklein <mtklein@chromium.org> | Fri Jan 23 07:01:26 2015 -0800 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jan 23 07:01:26 2015 -0800 |
| tree | a2991ea40770017931efff133dea6538626bae26 | |
| parent | 1ea1ebce1033ab14b1dc47cea9559073e38757fb [diff] |
Update compiler warning flags - add -Wsign-compare, which has been catching useful issues for Kimmo; - add -Winit-self and -Wpointer-arith to Mac builds so everyone's using the same flags; - try try removing -Wno-uninitialized. This was only for the old 10.6 compiler that we have warnings set as non-errors now. BUG=skia: Review URL: https://codereview.chromium.org/872793002