Remove vs2022 linker warning (ctx potentially uninitialized)
This commit is contained in:
parent
da3dda3269
commit
7c0bbcd9b2
|
|
@ -791,6 +791,7 @@ EVTprintvcd(wordlist *wl)
|
||||||
more data following it and if so, what the next step is. */
|
more data following it and if so, what the next step is. */
|
||||||
|
|
||||||
ctx.time = NULL;
|
ctx.time = NULL;
|
||||||
|
ctx.v_index = 0;
|
||||||
ctx.last_i = EPRINT_MAXARGS; // Indicate restart
|
ctx.last_i = EPRINT_MAXARGS; // Indicate restart
|
||||||
more = MIF_FALSE;
|
more = MIF_FALSE;
|
||||||
next_step = 1e30;
|
next_step = 1e30;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue