mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +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); }
|
||||
|
||||
template <typename U>
|
||||
Result operator()(U value) {
|
||||
Result operator()(U) {
|
||||
unexpected();
|
||||
return Result();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user