Kaydet (Commit) 5e4d3725 authored tarafından Christian Heimes's avatar Christian Heimes

Silence warning about set but unused variable inside compile_atom() in non-debug builds

üst 4ebc9295
......@@ -283,6 +283,7 @@ compile_atom(labellist *ll, nfa *nf, node *n, int *pa, int *pb)
REQ(n, ATOM);
i = n->n_nchildren;
(void)i; /* Don't warn about set but unused */
REQN(i, 1);
n = n->n_child;
if (n->n_type == LPAR) {
......
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