Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 1f5b4af96ee09775eb0d3fc91c27ffc1c4c5e796..335bf7ef1c0a78002522f78f8135094d457c43d4 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -473,6 +473,7 @@ config("toolchain") { |
"/wd4702", # Unreachable code. |
"/wd4703", # Potentially uninitialized local pointer variable. |
"/wd4709", # Comma operator within array index expr (bugged). |
+ "/wd4714", # Function marked forceinline not inlined. |
"/wd4718", # Recursive call has no side-effect. |
"/wd4800", # Forcing value to bool. |
] |