diff --git a/format.h b/format.h index 4b8d4f4c..1541417a 100644 --- a/format.h +++ b/format.h @@ -224,7 +224,7 @@ struct TypeSelector { typedef uint64_t Type; }; template struct SignChecker { template - static bool IsNegative(T value) { return false; } + static bool IsNegative(T) { return false; } }; template <>