Fix spurious warning re uninitialized use
This commit is contained in:
parent
1b7bfb5e18
commit
7e998d193a
|
@ -1110,6 +1110,7 @@ struct Coverage
|
|||
{
|
||||
inline Iter (const Coverage &c_)
|
||||
{
|
||||
memset (this, 0, sizeof (*this));
|
||||
format = c_.u.format;
|
||||
switch (format)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue