Fix more warnings.
This commit is contained in:
parent
8c4425a00f
commit
7abd6443ac
2
format.h
2
format.h
@ -224,7 +224,7 @@ struct TypeSelector<false> { typedef uint64_t Type; };
|
|||||||
template <bool IsSigned>
|
template <bool IsSigned>
|
||||||
struct SignChecker {
|
struct SignChecker {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static bool IsNegative(T value) { return false; }
|
static bool IsNegative(T) { return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user