BUILD: stream: use __fallthrough in stats_dump_full_strm_to_buffer()

This avoids 1 build warning when preprocessing happens before compiling
with gcc >= 7.
diff --git a/src/stream.c b/src/stream.c
index f45f535..59d84b9 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -3239,7 +3239,7 @@
 	case 0: /* main status of the stream */
 		ctx->uid = strm->uniq_id;
 		ctx->section = 1;
-		/* fall through */
+		__fallthrough;
 
 	case 1:
 		get_localtime(strm->logs.accept_date.tv_sec, &tm);