| 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;
|
|
|