Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 1f52723f1c7be9c7b05b01e32d2739ad7e2fe685..3083ca212a647b2aff75cc44bddcb0973a1e088e 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -78,6 +78,8 @@ config("icu_code") { |
| # See http://bugs.icu-project.org/trac/ticket/11122 |
| "-Wno-inline-new-delete", |
| "-Wno-implicit-exception-spec-mismatch", |
| + # See http://bugs.icu-project.org/trac/ticket/11757. |
| + "-Wno-reorder", |
| ] |
| } |
| } |