Chromium Code Reviews| Index: tools/gyp/configurations_xcode.gypi |
| =================================================================== |
| --- tools/gyp/configurations_xcode.gypi (revision 4207) |
| +++ tools/gyp/configurations_xcode.gypi (working copy) |
| @@ -24,6 +24,8 @@ |
| 'WARNING_CFLAGS': [ |
| '<@(common_gcc_warning_flags)', |
| '-Wtrigraphs', # Disable Xcode default. |
| + '-Wreturn-type', |
| + '-Werror=return-type', |
| ], |
| # Generate PIC code as Chrome is switching to this. |