Chromium Code Reviews| 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. |