Commit 366e852f authored by Victor Zverovich's avatar Victor Zverovich

Fix a warning.

parent bb01633d
......@@ -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> {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment