Fix more warnings

This commit is contained in:
Lirusaito
2016-01-17 23:55:19 -05:00
parent b9799a938a
commit 422db14725

View File

@@ -1464,7 +1464,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
} }
#endif #endif
// If we got here, everything matches. // If we got here, everything matches.
matched++; //matched++; // TODO: Find out why this was here, this became unreachable at some point.
} }
LL_DEBUGS("Avatar") << "matched " << matched << " mismatched " << mismatched << LL_ENDL; LL_DEBUGS("Avatar") << "matched " << matched << " mismatched " << mismatched << LL_ENDL;
for (S32 j=0; j<LLWearableType::WT_COUNT; j++) for (S32 j=0; j<LLWearableType::WT_COUNT; j++)