Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index a39756be1221cf3f00388f6327a1b172d2a56d0a..d978321c49cbe26ea20fd7124f98e7351f142f21 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -306,6 +306,9 @@ |
| 'xcode_settings': { |
| 'OTHER_CPLUSPLUSFLAGS': [ |
| '-Werror', |
| + '-Wall', |
| + '-Wextra', |
| + '-Wno-unused-parameter', |
| ], |
| }, |
| }], |