Chromium Code Reviews| Index: third_party/leveldatabase/BUILD.gn |
| diff --git a/third_party/leveldatabase/BUILD.gn b/third_party/leveldatabase/BUILD.gn |
| index ca51867d856397a4e054fc5a3d8c4a2e0eeea339..9b73855657de2f723010c0f1b92a3d2370019a0a 100644 |
| --- a/third_party/leveldatabase/BUILD.gn |
| +++ b/third_party/leveldatabase/BUILD.gn |
| @@ -117,6 +117,10 @@ static_library("leveldatabase") { |
| } |
| if (!is_android) { |
| + if (is_win) { |
| + cflags = [ "/wd4018" ] # Signed/unsigned mismatch in comparison. |
|
brettw
2015/07/22 04:30:25
You'll want to put this above in the "leveldatabas
Peter Kasting
2015/07/22 05:58:08
That would explain the bot failure...
|
| + } |
| + |
| test("env_chromium_unittests") { |
| sources = [ |
| "env_chromium_unittest.cc", |