From 1f9137ed5f8941d9411757fd70831facc3e5b43c Mon Sep 17 00:00:00 2001
From: Graham Madarasz <graham@lindenlab.com>
Date: Sun, 2 Jun 2013 19:52:59 -0700
Subject: [PATCH] BUG-2707 fix unref'd var

---
 indra/llcommon/llsys.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/indra/llcommon/llsys.cpp b/indra/llcommon/llsys.cpp
index 10beb00113d..1f87c3ae060 100755
--- a/indra/llcommon/llsys.cpp
+++ b/indra/llcommon/llsys.cpp
@@ -1398,6 +1398,8 @@ class FrameWatcher
         }
         LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n'
                 << LLMemoryInfo() << LL_ENDL;
+#else
+	(void)prevSize;
 #endif
 
         return false;
-- 
GitLab