mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 21:16:56 +00:00
Fix a warning
This commit is contained in:
parent
388061674a
commit
64681739fd
@ -488,7 +488,7 @@ struct MockVisitor {
|
|||||||
Result operator()(T value) { return visit(value); }
|
Result operator()(T value) { return visit(value); }
|
||||||
|
|
||||||
template <typename U>
|
template <typename U>
|
||||||
Result operator()(U value) {
|
Result operator()(U) {
|
||||||
unexpected();
|
unexpected();
|
||||||
return Result();
|
return Result();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user