Chromium Code Reviews| Index: webrtc/base/base_tests.gyp |
| diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp |
| index 5d73d507560ce29fbb7c058bb5d8af70effe8293..cf56bcedf527befba7188f5eaa9b001dff732f2f 100644 |
| --- a/webrtc/base/base_tests.gyp |
| +++ b/webrtc/base/base_tests.gyp |
| @@ -141,6 +141,7 @@ |
| # Disable warnings failing when compiling with Clang on Windows. |
| # https://bugs.chromium.org/p/webrtc/issues/detail?id=5366 |
| '-Wno-missing-braces', |
| + '-Wno-sign-compare', |
| '-Wno-unused-const-variable', |
| ], |
| }, |