Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index cbea95780ec9259301466486890457d51b26eb90..8a1cca714876bf24d63c595ca9913750e76f5bde 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3219,10 +3219,6 @@ |
| }], |
| [ 'OS=="ios"', { |
| 'xcode_settings': { |
| - # TODO(ios): Fix remaining warnings in third-party code, then |
| - # remove this; the Mac cleanup didn't get everything that's |
| - # flagged in an iOS build. |
| - 'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', |
|
Nico
2016/01/04 20:15:10
This hasn't made it into the gn port of the iOS bu
|
| 'RUN_CLANG_STATIC_ANALYZER': 'NO', |
| # Several internal ios directories generate numerous warnings for |
| # -Wobjc-missing-property-synthesis. |