Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index be61892898d76184f07b263c0ffc411503b615ee..8bb69e7a9ee3968662aa91b9df91ad6a0a2465bc 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -576,6 +576,7 @@ config("default_warnings") { |
| "-Wno-microsoft-enum-value", # http://crbug.com/505296 |
| "-Wno-unknown-pragmas", # http://crbug.com/505314 |
| "-Wno-unused-value", # http://crbug.com/505318 |
| + "-Wunused-result", |
|
hans
2015/10/07 16:25:26
(See the common.gypi comment.)
|
| ] |
| } |
| } else { |