Chromium Code Reviews| Index: third_party/opus/opus.gyp |
| diff --git a/third_party/opus/opus.gyp b/third_party/opus/opus.gyp |
| index a97c9756d41e57f4f31e74ab5cd07959cb12b412..9db07f23dfd0e85e685dadb005c1f41ca99d12f2 100644 |
| --- a/third_party/opus/opus.gyp |
| +++ b/third_party/opus/opus.gyp |
| @@ -59,6 +59,12 @@ |
| 'OPUS_BUILD', |
| 'OPUS_EXPORT=', |
| ], |
| + 'variables': { |
| + 'clang_warning_flags': [ |
| + # TODO(thakis): Remove once silk/macros.h has been fixed |
| + '-Wno-expansion-to-defined', |
| + ], |
| + }, |
| 'include_dirs': [ |
| 'src/celt', |
| 'src/include', |