Commit cbc900ae authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Quench another GCC whine

parent cdd6f8aa
......@@ -303,6 +303,7 @@ h2_rx_goaway(struct worker *wrk, struct h2_sess *h2, struct h2_req *r2)
(void)r2;
h2->go_away_last_stream = vbe32dec(h2->rxf_data);
error = vbe32dec(h2->rxf_data + 4);
/*XXX*/(void)error;
h2->go_away = 1;
}
......
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