fix ice warning
This commit is contained in:
parent
2ce9da5fa8
commit
80b56cad4e
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ int icem_conncheck_send(struct candpair *cp, bool use_cand, bool trigged)
|
|||
ice_candpair_state2name(cp->state),
|
||||
use_cand ? "[USE]" : "",
|
||||
trigged ? "[Trigged]" : "");
|
||||
#else
|
||||
(void)trigged;
|
||||
#endif
|
||||
|
||||
/* A connectivity check MUST utilize the STUN short term credential
|
||||
|
|
Loading…
Add table
Reference in a new issue