Skip to content
Snippets Groups Projects
Commit 1f9137ed authored by Graham Madarasz's avatar Graham Madarasz
Browse files

BUG-2707 fix unref'd var

parent a1888e72
No related branches found
No related tags found
No related merge requests found
......@@ -1398,6 +1398,8 @@ class FrameWatcher
}
LL_CONT << std::fixed << std::setprecision(1) << framerate << '\n'
<< LLMemoryInfo() << LL_ENDL;
#else
(void)prevSize;
#endif
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment