Chromium Code Reviews| Index: libvpx.gyp |
| diff --git a/libvpx.gyp b/libvpx.gyp |
| index e9e66ec464fda6b19ff973dd7e1d7c5e05b10dfd..2a4299faf98dfb46dc17dc333bab199b60c8bddc 100644 |
| --- a/libvpx.gyp |
| +++ b/libvpx.gyp |
| @@ -65,6 +65,8 @@ |
| '-Wno-conversion', |
| # libvpx does `if ((a == b))` in some places. |
| '-Wno-parentheses-equality', |
| + # libvpx has many static functions in header, which trigger this warning |
| + '-Wno-unused-function', |
| ], |
| 'clang_warning_flags_unset': [ |
| # libvpx does assert(!"foo"); in some places. |