]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk.c: Fix unused variable warnings
authorRichard Mudgett <rmudgett@digium.com>
Wed, 15 Aug 2018 19:44:48 +0000 (14:44 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 17 Aug 2018 19:03:28 +0000 (14:03 -0500)
commitaee5f7c1b6f7081cf9c9a042b3e98e8cd0207345
treec07e9b223644e1f799549eb30d78a7e9130905da
parent5cd416f3546938ec268ec54a7fd6b04a8f37b5ab
res_rtp_asterisk.c: Fix unused variable warnings

Compiling without SRTP support installed resulted in some unused variable
warnings.  These warnings also showed that the srtp variable was obtained
and passed around some functions but not really used even when a system
has SRTP installed.

Change-Id: I6daad34be3e89b19adef6e2fbe738018975155fc
res/res_rtp_asterisk.c