mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 11:33:46 +00:00
Fix a warning
This commit is contained in:
parent
ca96acbe4f
commit
5f39721c0a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user