blob: 10c14dab86b03a89084c51353b6340609d767b24 [file] [log] [blame]
Mathias Raouldb36fda2021-04-02 18:02:24 +00001diff --git a/lib/quicly.c b/lib/quicly.c
2index 82ba627..8c0163e 100644
3--- a/lib/quicly.c
4+++ b/lib/quicly.c
5@@ -4713,7 +4713,7 @@ static int handle_ack_frame(quicly_conn_t *conn, struct st_quicly_handle_payload
6 /* process newly acked packet */
7 if (state->epoch != sent->ack_epoch)
8 return QUICLY_TRANSPORT_ERROR_PROTOCOL_VIOLATION;
9- int is_late_ack = 0;
10+ int __attribute__((unused)) is_late_ack = 0;
11 if (sent->ack_eliciting) {
12 includes_ack_eliciting = 1;
13 if (sent->cc_bytes_in_flight == 0) {