mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-06 08:26:15 +02:00
Fix a warning
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user