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

Unified Diff: nss.gyp

Issue 1067933003: Fix an unused variable in NSPR (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/nss
Patch Set: Created 5 years, 8 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 a6bf9eec05842b7c7a9ce9b45fdedd5584f0f998..63d3c7e26f597efb46f9607774f307f6fb0757d9 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -245,7 +245,8 @@
],
},
# TODO(wtc): suppress C4244 and C4554 in prdtoa.c.
- 'msvs_disabled_warnings': [4018, 4244, 4554, 4267,],
+ # TODO(davidben): suppress C4101 in prfdcach.c.
wtc 2015/04/10 22:22:06 Please add the NSPR bug number (https://bugzilla.m
davidben 2015/04/13 18:47:53 Done.
+ 'msvs_disabled_warnings': [4018, 4244, 4554, 4267, 4101,],
'variables': {
'clang_warning_flags': [
# nspr passes "const char*" through "void*".
« 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