Fix a warning

This commit is contained in:
Victor Zverovich 2017-10-15 14:58:41 -07:00
parent ca96acbe4f
commit 5f39721c0a

View File

@ -1437,7 +1437,7 @@ class MakeValue : public Arg {
typename T, typename T,
typename = typename std::enable_if< typename = typename std::enable_if<
std::is_enum<T>::value && ConvertToInt<T>::value>::type> std::is_enum<T>::value && ConvertToInt<T>::value>::type>
static uint64_t type(T value) { return Arg::INT; } static uint64_t type(T) { return Arg::INT; }
#endif #endif
#if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED) #if !defined(_MSC_VER) || defined(_NATIVE_WCHAR_T_DEFINED)