And still more according to Clang

master
Beq 2025-09-08 22:36:22 +01:00
parent 710cbf564d
commit 459c105bd7
1 changed files with 1 additions and 1 deletions

View File

@ -8284,7 +8284,7 @@ class LLAvatarEnableResetSkeleton : public view_listener_t
{
bool handleEvent(const LLSD& userdata)
{
if (LLVOAvatar* avatar = find_avatar_from_object(LLSelectMgr::getInstance()->getSelection()->getPrimaryObject()))
if (find_avatar_from_object(LLSelectMgr::getInstance()->getSelection()->getPrimaryObject())) // <FS:Beq/> set but unused.
{
return true;
}