| Index: base/numerics/safe_math_impl.h
|
| diff --git a/base/numerics/safe_math_impl.h b/base/numerics/safe_math_impl.h
|
| index 77a9b0ba3c8b0395da0a630efc137a640fc73856..f214f3fec2fa43f9ee4444d165a566fd7bdeaa2f 100644
|
| --- a/base/numerics/safe_math_impl.h
|
| +++ b/base/numerics/safe_math_impl.h
|
| @@ -445,7 +445,7 @@ class CheckedNumericState<T, NUMERIC_FLOATING> {
|
| template <typename Src>
|
| CheckedNumericState(
|
| Src value,
|
| - RangeConstraint validity,
|
| + RangeConstraint /*validity*/,
|
| typename std::enable_if<std::numeric_limits<Src>::is_integer, int>::type =
|
| 0) {
|
| switch (DstRangeRelationToSrcRange<T>(value)) {
|
|
|