Index: net/third_party/nss/ssl.gyp |
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp |
index 31567c21218a58291e9da25066e2bc29b5bf2f8b..606182ebdfde590f902207b20fe751c884820cc5 100644 |
--- a/net/third_party/nss/ssl.gyp |
+++ b/net/third_party/nss/ssl.gyp |
@@ -107,6 +107,10 @@ |
# See http://crbug.com/138571#c8. In short, sslsecur.c picks up the |
# system's cert.h because cert.h isn't in chromium's repo. |
'-Wno-incompatible-pointer-types', |
+ |
+ # There is a broken header guard in /usr/include/nss/secmod.h: |
+ # https://bugzilla.mozilla.org/show_bug.cgi?id=884072 |
+ '-Wno-header-guard', |
], |
}], |
[ 'OS == "mac" or OS == "ios"', { |