diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-11-01 11:02:13 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-11-01 11:02:27 +0100 |
commit | 252ffb83e0f3bfac2c7f51cfa0a03f642389b5b3 (patch) | |
tree | 44395b87c83f447d14dfbac803cccca4bf1a05d6 | |
parent | a04e2a01866a1ca186cc3865e70c96599cd57870 (diff) |
test: fix warning
-rw-r--r-- | test/call.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |