From 0cfbf6828df0e810efdcefe372259b156c648a5a Mon Sep 17 00:00:00 2001 From: Dave Parks Date: Mon, 13 Mar 2023 15:56:52 -0500 Subject: DRTVWR-559 Fix for windows build. --- indra/newview/llvocache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llvocache.cpp') diff --git a/indra/newview/llvocache.cpp b/indra/newview/llvocache.cpp index 21a6a2950e..0fbcf9c624 100644 --- a/indra/newview/llvocache.cpp +++ b/indra/newview/llvocache.cpp @@ -1570,7 +1570,7 @@ void LLVOCache::readGenericExtrasFromCache(U64 handle, const LLUUID& id, LLVOCac try { num_entries = std::stol(line); } - catch(std::logic_error &excp) // either invalid_argument or out_of_range + catch(std::logic_error&) // either invalid_argument or out_of_range { LL_WARNS() << "Failed reading extras cache for handle " << handle << ". unreadable num_entries" << LL_ENDL; return; -- cgit v1.2.3