mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk libT) Remove UNUSED attribute, the function argument is being used
This commit is contained in:
@@ -1827,7 +1827,7 @@ tr_peerGetPieceSpeed( const tr_peer * peer, tr_direction direction )
|
||||
struct tr_peer_stat *
|
||||
tr_peerMgrPeerStats( const tr_peerMgr * manager,
|
||||
const uint8_t * torrentHash,
|
||||
int * setmeCount UNUSED )
|
||||
int * setmeCount )
|
||||
{
|
||||
int i, size;
|
||||
const Torrent * t;
|
||||
|
||||
Reference in New Issue
Block a user