Commit 7abd6443 authored by Victor Zverovich's avatar Victor Zverovich

Fix more warnings.

parent 8c4425a0
......@@ -224,7 +224,7 @@ struct TypeSelector<false> { typedef uint64_t Type; };
template <bool IsSigned>
struct SignChecker {
template <typename T>
static bool IsNegative(T value) { return false; }
static bool IsNegative(T) { return false; }
};
template <>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment