mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix a warning.
This commit is contained in:
@ -129,7 +129,7 @@ void report_error(FormatFunc func,
|
||||
} catch (...) {}
|
||||
}
|
||||
|
||||
const Arg DUMMY_ARG = {Arg::INT, 0};
|
||||
const Arg DUMMY_ARG = {Arg::INT, {0}};
|
||||
|
||||
// IsZeroInt::visit(arg) returns true iff arg is a zero integer.
|
||||
class IsZeroInt : public fmt::internal::ArgVisitor<IsZeroInt, bool> {
|
||||
|
Reference in New Issue
Block a user