BUILD: compression: use __fallthrough in comp_http_payload()

This avoids one build warning when preprocessing happens before compiling
with gcc >= 7.
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c
index f2f04ee..ceda3fd 100644
--- a/src/flt_http_comp.c
+++ b/src/flt_http_comp.c
@@ -241,7 +241,7 @@
 					to_forward += b_data(&trash);
 				}
 				st->flags &= ~COMP_STATE_PROCESSING;
-				/* fall through */
+				__fallthrough;
 
 			default:
 			  consume: