This squashes a -Wclobbered compiler warning. Though, as discussed in the prior
commit, I believe this to be a false positive.
As of this commit, Graphviz builds free of -Wclobbered warnings.
Gitlab: closes #1801
gpr_info info;
int rv = 0;
int cleanup, i, incoreGraphs;
- Agraph_t* nextg = NULL;
setErrorErrors (0);
ingDisc.dflt = sfstdin;
gs->ing = newIng(0, gs->opts.inFiles, &ingDisc);
if (gs->opts.verbose) gvstart_timer ();
+ Agraph_t* nextg = NULL;
for (gs->state->curgraph = nextGraph(gs->ing); gs->state->curgraph;
gs->state->curgraph = nextg) {
if (gs->opts.verbose) fprintf(stderr, "Read graph: %.2f secs.\n", gvelapsed_sec());