Commit 17ee20f2 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Silence FlexeLint

parent 611baec6
......@@ -1135,9 +1135,11 @@ h2_rxframe(struct worker *wrk, struct h2_sess *h2)
/* FALLTHROUGH */
default:
/* XXX: HTC_S_OVERFLOW / FRAME_SIZE_ERROR handling */
#define HTC_STATUS(e, n, d, l) \
if (hs == HTC_S_ ## e) \
s = #e;
#define HTC_STATUS(e, n, d, l) \
do { \
if (hs == HTC_S_ ## e) \
s = #e; \
} while (0);
#include "tbl/htc.h"
Lck_Lock(&h2->sess->mtx);
VSLb(h2->vsl, SLT_Debug, "H2: No frame (hs=%s)", s);
......
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