| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 8ef3a48ef14d9014ae8467064949243e91ff9ee1..170827544d25279faec5c21d8734220abb6d7e2a 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -473,10 +473,11 @@ source_set("core_generated") {
|
| cflags += [
|
| # In generated bindings code: "switch contains default but no case".
|
| # Disable c4267 warnings until we fix size_t to int truncations.
|
| - # 4702 is disabled because of issues in Bison-generated
|
| + # 4701 and 4702 are disabled because of issues in Bison-generated
|
| # XPathGrammar.cpp and CSSGrammar.cpp.
|
| "/wd4065",
|
| "/wd4267",
|
| + "/wd4701",
|
| "/wd4702",
|
| ]
|
| }
|
|
|