mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Fix a warning
This commit is contained in:
parent
27ad6cee82
commit
d4c504ae1c
@ -3225,7 +3225,7 @@ struct width_handler {
|
||||
|
||||
template <typename T>
|
||||
typename std::enable_if<!is_integer<T>::value, unsigned long long>::type
|
||||
operator()(T value) {
|
||||
operator()(T) {
|
||||
FMT_THROW(format_error("width is not integer"));
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user