Update to build on Xcode 6.0: clang is super picky extra parens around expression [-Wparenthes
es-equality]master
parent
26f4e8a36b
commit
e6bc8a6f08
|
|
@ -261,7 +261,7 @@ U32 LLXferManager::numActiveListEntries(LLXfer *list_head)
|
|||
|
||||
while (list_head)
|
||||
{
|
||||
if ((list_head->mStatus == e_LL_XFER_IN_PROGRESS))
|
||||
if (list_head->mStatus == e_LL_XFER_IN_PROGRESS)
|
||||
{
|
||||
num_entries++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue