From 72479ce61ef4b6748e62487c4dcc2eb5fdcc7a7b Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 13 Mar 2019 14:32:23 -0400 Subject: [PATCH] Fix warning, thanks for the heads up, Router! --- indra/newview/llfloateravatarlist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/llfloateravatarlist.cpp b/indra/newview/llfloateravatarlist.cpp index 4fb101c57..cbd8d9e92 100644 --- a/indra/newview/llfloateravatarlist.cpp +++ b/indra/newview/llfloateravatarlist.cpp @@ -197,6 +197,7 @@ void LLAvatarListEntry::processProperties(void* data, EAvatarProcessorType type) if (const LLAvatarNotes* pAvatarNotes = static_cast(data)) mNotes = !pAvatarNotes->notes.empty(); break; + default: break; } }