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

Unified Diff: base/third_party/nspr/prtime.cc

Issue 1997153002: libchrome: Several upstreamable fixes from libchrome Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback Created 4 years, 7 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
Index: base/third_party/nspr/prtime.cc
diff --git a/base/third_party/nspr/prtime.cc b/base/third_party/nspr/prtime.cc
index c125160de69ca9ed59b0b51551d35ecde440de6c..97d2c27c797396e73c25d8821f0da52c4a785aac 100644
--- a/base/third_party/nspr/prtime.cc
+++ b/base/third_party/nspr/prtime.cc
@@ -379,7 +379,7 @@ PR_NormalizeTime(PRExplodedTime *time, PRTimeParamFn params)
*/
PRTimeParameters
-PR_GMTParameters(const PRExplodedTime *gmt)
+PR_GMTParameters(const PRExplodedTime* /*gmt*/)
{
PRTimeParameters retVal = { 0, 0 };
return retVal;

Powered by Google App Engine
This is Rietveld 408576698