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

Silence FlexeLint

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