Index: build/config/compiler/BUILD.gn |
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn |
index 848733863d221b36ef2e11ccec5db7ab4e1abcaf..0d9e501a9be76fd4e19401b69a032bfb1bc61a18 100644 |
--- a/build/config/compiler/BUILD.gn |
+++ b/build/config/compiler/BUILD.gn |
@@ -690,6 +690,7 @@ config("default_warnings") { |
# Warnings to evaluate and possibly fix/reenable later: |
"/wd4100", # Unreferenced formal function parameter. |
+ "/wd4121", # Alignment of a member was sensitive to packing. |
scottmg
2014/11/18 01:01:13
I don't see this one in gyp?
|
"/wd4189", # A variable was declared and initialized but never used. |
"/wd4244", # Conversion: possible loss of data. |
"/wd4481", # Nonstandard extension: override specifier. |