Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 6923a32f1dd4c5f8e7a02b236df2251ebcd57615..73da9b6c30683ff2158855e159160fa3d25969cd 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -741,6 +741,7 @@ config("default_warnings") { |
"/wd4100", # Unreferenced formal function parameter. |
"/wd4121", # Alignment of a member was sensitive to packing. |
"/wd4244", # Conversion: possible loss of data. |
+ "/wd4267", # Conversion: possible loss of data. |
brettw
2015/12/02 18:33:59
We don't want to add this globally. jschuh spent a
|
"/wd4481", # Nonstandard extension: override specifier. |
"/wd4505", # Unreferenced local function has been removed. |
"/wd4510", # Default constructor could not be generated. |