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

Unified Diff: nss.gyp

Issue 1558903002: Suppress -Wunused-function for nss. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: Created 4 years, 12 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: nss.gyp
diff --git a/nss.gyp b/nss.gyp
index 08f9446967070bd2245c6e3150109aee5caf12b9..206b4bcea27ef6d9b51a627c75b482ac45f050c8 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -1141,6 +1141,9 @@
'-Wno-switch',
# nss has some `unsigned < 0` checks.
'-Wno-tautological-compare',
+ # nss-urandom-abort.patch removed the only call to
+ # rng_systemFromNoise
+ '-Wno-unused-function',
],
},
'conditions': [
« 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