From 3350922080a02217b419a32b412b6e33656f00da Mon Sep 17 00:00:00 2001 From: callum_linden <none@none> Date: Mon, 20 Oct 2014 11:15:14 -0700 Subject: [PATCH] Update to build on Xcode 6.0: self assigment of var to var - typo? --- indra/newview/llviewerregion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 11cbf3fc243..049be1733e8 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1924,7 +1924,7 @@ class CoarseLocationUpdate : public LLHTTPNode } else if( i != you_index) { - U32 loc = x << 16 | y << 8 | z; loc = loc; + U32 loc = x << 16 | y << 8 | z; U32 pos = 0x0; pos |= x; pos <<= 8; -- GitLab