From aa008f97133943c6787b0fae53e9c6c764a8534d Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 7 Apr 2021 00:14:37 -0400
Subject: [PATCH] Fix build

---
 indra/newview/llmeshrepository.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp
index f19fbe11ece..08733f64d44 100644
--- a/indra/newview/llmeshrepository.cpp
+++ b/indra/newview/llmeshrepository.cpp
@@ -1134,7 +1134,7 @@ void LLMeshRepoThread::run()
 		mSignal->unlock();
 	}
 
-	res = LLConvexDecomposition::quitThread();
+	/*res = */LLConvexDecomposition::quitThread();
 	//if (res != LLCD_OK && LLConvexDecomposition::isFunctional())
 	//{
 	//	LL_WARNS(LOG_MESH) << "Convex decomposition unable to be quit." << LL_ENDL;
-- 
GitLab