From 422db14725a48ba39081715e256b654bb4fc3b5c Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 17 Jan 2016 23:55:19 -0500 Subject: [PATCH] Fix more warnings --- indra/newview/llagentwearables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp index dfed2502c..dff462286 100644 --- a/indra/newview/llagentwearables.cpp +++ b/indra/newview/llagentwearables.cpp @@ -1464,7 +1464,7 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it } #endif // 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; for (S32 j=0; j