Chromium Code Reviews| Index: hunspell.gyp |
| diff --git a/hunspell.gyp b/hunspell.gyp |
| index ddb5aeee61f9321a6f8627430c2cd3883fae4d00..cacaf653fca7617ed6c1a0f968bcf4315077ed74 100644 |
| --- a/hunspell.gyp |
| +++ b/hunspell.gyp |
| @@ -73,6 +73,13 @@ |
| '-Wno-write-strings', |
| ], |
| }], |
| + ['gcc_version >= 48', { |
| + 'cflags': [ |
| + # affentry.hxx has NULL as default parameter for a FLAG in two |
| + # places. |
| + '-Wno-conversion-null', |
| + ], |
| + }], |
| ['clang == 1', { |
| 'xcode_settings': { |
| 'WARNING_CFLAGS': [ |