From 252ffb83e0f3bfac2c7f51cfa0a03f642389b5b3 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 1 Nov 2015 11:02:13 +0100 Subject: test: fix warning --- test/call.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/call.c b/test/call.c index 7c96100..d1b3ed1 100644 --- a/test/call.c +++ b/test/call.c @@ -85,6 +85,7 @@ static void event_handler(struct ua *ua, enum ua_event ev, struct fixture *f = arg; struct agent *ag; int err = 0; + (void)prm; ASSERT_TRUE(ua != NULL); ASSERT_TRUE(call != NULL); -- cgit v1.2.3