summaryrefslogtreecommitdiff
path: root/test/call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/call.c')
-rw-r--r--test/call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/call.c b/test/call.c
index 8495761..cf17bb0 100644
--- a/test/call.c
+++ b/test/call.c
@@ -595,6 +595,7 @@ static void dtmf_handler(struct call *call, char key, void *arg)
{
struct agent *ag = arg;
int err = 0;
+ (void)call;
/* ignore key-release */
if (key == 0)