summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-12-08 15:36:44 -0800
committerRichard Linden <none@none>2011-12-08 15:36:44 -0800
commit0e8cd7c9accd48d2eda60f469c38286af27ed129 (patch)
tree6dff7b20c2d640a1e5071b413b83bf10801aca96 /indra
parentdd9263d01780fe23b8c329e0fd8d8c140b04c174 (diff)
fix for build error (warning for unreachable code)
Diffstat (limited to 'indra')
-rw-r--r--indra/llmessage/llsdmessagereader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llsdmessagereader.cpp b/indra/llmessage/llsdmessagereader.cpp
index 3ab62a8c57..3d8ca2ad9f 100644
--- a/indra/llmessage/llsdmessagereader.cpp
+++ b/indra/llmessage/llsdmessagereader.cpp
@@ -294,7 +294,7 @@ S32 getElementSize(const LLSD& llsd)
default: // TypeLLSDTypeEnd, TypeLLSDNumTypes, etc.
return 0;
}
- return 0;
+ //return 0;
}
//virtual