mirror of
https://github.com/transmission/transmission
synced 2025-03-20 02:35:43 +00:00
(trunk libT) fix minor compiler warning when compiling with assertions disabled
This commit is contained in:
parent
b4960a3f29
commit
dcd7bed20a
1 changed files with 2 additions and 2 deletions
|
@ -202,8 +202,8 @@ tr_ptrArrayLowerBound( const tr_ptrArray * t,
|
|||
}
|
||||
|
||||
static void
|
||||
assertSortedAndUnique( const tr_ptrArray * t,
|
||||
int compare(const void*, const void*) )
|
||||
assertSortedAndUnique( const tr_ptrArray * t UNUSED,
|
||||
int compare(const void*, const void*) UNUSED )
|
||||
{
|
||||
#if 1
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue