silence compiler warning
This commit is contained in:
parent
71486f8c86
commit
75badcd4ab
|
@ -120,7 +120,7 @@ tr_utpPacket(const unsigned char *buf, size_t buflen,
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
tr_utpClose( tr_session * session )
|
tr_utpClose( tr_session * session UNUSED )
|
||||||
{
|
{
|
||||||
if( utp_timer )
|
if( utp_timer )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue