Index: nss.gyp |
=================================================================== |
--- nss.gyp (revision 293108) |
+++ nss.gyp (working copy) |
@@ -253,6 +253,10 @@ |
# nspr passes "int*" through "unsigned int*". |
'-Wno-pointer-sign', |
], |
+ 'clang_warning_flags_unset': [ |
+ # nspr uses assert(!"foo") instead of assert(false && "foo"). |
wtc
2014/12/01 19:05:11
PR_ASSERT(!"foo") can be replaced with PR_NOT_REAC
|
+ '-Wstring-conversion', |
+ ], |
}, |
'conditions': [ |
['OS=="mac" or OS=="ios"', { |