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

Unified Diff: net/third_party/nss/ssl.gyp

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « net/ssl/ssl_connection_status_flags_unittest.cc ('k') | net/third_party/nss/ssl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl.gyp
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index d6e2253dcee7ffbb2c0d1a1a97156716981719ef..64d85518be14fe475c710cf1e331f7adfba1e1a3 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -79,6 +79,12 @@
'USE_UTIL_DIRECTLY',
],
'msvs_disabled_warnings': [4018, 4244, 4267],
+ 'variables': {
+ 'clang_warning_flags_unset': [
+ # ssl uses PR_ASSERT(!"foo") instead of PR_ASSERT(false && "foo")
+ '-Wstring-conversion',
+ ],
+ },
'conditions': [
['component == "shared_library"', {
'conditions': [
« no previous file with comments | « net/ssl/ssl_connection_status_flags_unittest.cc ('k') | net/third_party/nss/ssl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698