| 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..6c07f0ddf95763814b4743b4f6455d3e11778428 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;
|
|
|