diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index eab9d9e2a7bac85d5fb24c8e836888b17bd46ad4..836d8e0fa47fab4d534267a06ed0a1744babe688 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -11076,7 +11076,9 @@ void LLVOAvatar::calcMutedAVColor()
 {
     LLColor4 new_color(mMutedAVColor);
     std::string change_msg;
+#if defined(COLORIZE_JELLYDOLLS) || defined(SHOW_DEBUG)
     LLUUID av_id(getID());
+#endif
 
     if (getVisualMuteSettings() == AV_DO_NOT_RENDER)
     {