summaryrefslogtreecommitdiff
path: root/indra/llui/tests/llurlentry_stub.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-01 09:32:08 -0400
committerOz Linden <oz@lindenlab.com>2011-04-01 09:32:08 -0400
commite23eeb7ed20055e1a95ea87e0014ba141f4ab0bb (patch)
tree121a9ac847173773cccc0660ebe54ffeb44491b3 /indra/llui/tests/llurlentry_stub.cpp
parente0ca936fbf7411bcc1cdd935a50c5913db6a1cb9 (diff)
parent9698314736252b248921bb3a3459f2bdf539ffba (diff)
merge changes for storm-1072
Diffstat (limited to 'indra/llui/tests/llurlentry_stub.cpp')
-rw-r--r--indra/llui/tests/llurlentry_stub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/tests/llurlentry_stub.cpp b/indra/llui/tests/llurlentry_stub.cpp
index 96ebe83826..095447ec66 100644
--- a/indra/llui/tests/llurlentry_stub.cpp
+++ b/indra/llui/tests/llurlentry_stub.cpp
@@ -193,8 +193,8 @@ LLFontGL* LLFontGL::getFontDefault()
return NULL;
}
-char* _PREHASH_AgentData = "AgentData";
-char* _PREHASH_AgentID = "AgentID";
+char const* const _PREHASH_AgentData = 0; // never dereferenced during this test
+char const* const _PREHASH_AgentID = 0; // never dereferenced during this test
LLHost LLHost::invalid(INVALID_PORT,INVALID_HOST_IP_ADDRESS);