Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: build/common.gypi

Issue 17003006: Pass -Wno-header-guard when using Clang to avoid reporting the following error in the system NSS he… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 206992)
+++ build/common.gypi (working copy)
@@ -3081,6 +3081,11 @@
# Warns when a const char[] is converted to bool.
'-Wstring-conversion',
+
+ # Clang reports an incorrect define guard in
+ # /usr/include/nss/secmod.h
wtc 2013/06/19 20:01:22 I forgot to add: please add the upstream NSS bug U
+ '-Wno-header-guard',
+
],
'cflags!': [
# Clang doesn't seem to know know this flag.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698