diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-11-23 09:47:59 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-11-23 09:47:59 +0100 |
commit | b8cf28d1f720f20d07581ba26e2ceaaf8a0a5d7a (patch) | |
tree | 3061524fb4412e2527ad8d30f27926139a8f8ae9 /modules/mwi/mwi.c | |
parent | 93356a9d4721c73fdf9935eea0c2c6c9aced25a3 (diff) |
fix warnings in mwi and presence module
Diffstat (limited to 'modules/mwi/mwi.c')
-rw-r--r-- | modules/mwi/mwi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mwi/mwi.c b/modules/mwi/mwi.c index 8ce6fe4..e2c9a1d 100644 --- a/modules/mwi/mwi.c +++ b/modules/mwi/mwi.c @@ -148,6 +148,7 @@ static void ua_event_handler(struct ua *ua, { (void)call; (void)prm; + (void)arg; info("mwi: got event %d (%s)\n", ev, uag_event_str(ev)); |