Chromium Code Reviews| Index: third_party/sqlite/sqlite.gyp |
| diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp |
| index db9df69169d62c18d1ea59e9b17bae9a6afeb9c0..63072dc66052bdef2c528416d2bef4d3dbd24392 100644 |
| --- a/third_party/sqlite/sqlite.gyp |
| +++ b/third_party/sqlite/sqlite.gyp |
| @@ -243,6 +243,12 @@ |
| 'sources': [ |
| 'src/ext/icu/icu.c', |
| ], |
| + 'variables': { |
| + 'clang_warning_flags_unset': [ |
| + # icu.c uses assert(!"foo") instead of assert(false && "foo") |
| + '-Wstring-conversion', |
| + ], |
|
Nico
2016/01/04 20:15:10
This change already was present in the gn version,
|
| + }, |
| }, |
| ], |
| }], |