Chromium Code Reviews| Index: build/config/compiler/BUILD.gn |
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
| index 4520f3aef2056534e5cca154ca5d2a16d7c22420..614d53a300cabe0ed3abfbd8bbd2b52e48483cb8 100644 |
| --- a/build/config/compiler/BUILD.gn |
| +++ b/build/config/compiler/BUILD.gn |
| @@ -767,6 +767,7 @@ config("optimize_max") { |
| cflags += [ |
| "/Ot", # Favor speed over size. |
| "/GL", # Whole program optimization. |
| + "/wd4702", # Disable warning C4702 "unreachable code". |
|
brettw
2014/06/11 16:33:09
Can you copy the comment from the .gypi file to ab
Sébastien Marchand
2014/06/11 17:24:56
Done.
|
| ] |
| } else { |
| cflags += [ |