From 889e0b3aa175dd49d0581d34396236d97ffa7b60 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 29 Jul 2017 15:17:11 +0200 Subject: vidloop: fix warning --- modules/vidloop/vidloop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/vidloop') diff --git a/modules/vidloop/vidloop.c b/modules/vidloop/vidloop.c index 99575e6..52f4359 100644 --- a/modules/vidloop/vidloop.c +++ b/modules/vidloop/vidloop.c @@ -132,6 +132,7 @@ static int packet_handler(bool marker, uint32_t rtp_ts, struct mbuf *mb; bool intra; int err = 0; + (void)rtp_ts; mb = mbuf_alloc(hdr_len + pld_len); if (!mb) -- cgit v1.2.3