silence compiler warning

This commit is contained in:
Jordan Lee 2011-02-18 00:40:53 +00:00
parent 71486f8c86
commit 75badcd4ab
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ tr_utpPacket(const unsigned char *buf, size_t buflen,
}
void
tr_utpClose( tr_session * session )
tr_utpClose( tr_session * session UNUSED )
{
if( utp_timer )
{