We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2319b46 commit a782f1fCopy full SHA for a782f1f
1 file changed
src/elab/tk_gexp.c
@@ -207,7 +207,6 @@ ge_clone(tk_parse_t *P, uint32_t src, uint32_t gvar_off,
207
while (ch && g--) {
208
uint32_t cln = ge_clone(P, ch, gvar_off, gvar_len, val);
209
if (cln == 0) break;
210
- cln = cln; /* suppress warning */
211
P->nodes[cln].next_sib = 0;
212
if (P->nodes[dst].first_child == 0) {
213
P->nodes[dst].first_child = cln;
0 commit comments