提交 7e998d19 编写于 作者: B Behdad Esfahbod

Fix spurious warning re uninitialized use

上级 1b7bfb5e
......@@ -1110,6 +1110,7 @@ struct Coverage
{
inline Iter (const Coverage &c_)
{
memset (this, 0, sizeof (*this));
format = c_.u.format;
switch (format)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册