summaryrefslogtreecommitdiff
path: root/indra/llmessage
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2011-12-06 11:24:34 -0500
committerNat Goodspeed <nat@lindenlab.com>2011-12-06 11:24:34 -0500
commitcb31b8267458386023c75b16a3a8795b6022fd3f (patch)
tree1c2daadd2ba018a685d67eeb6dff697fe0256c80 /indra/llmessage
parent47958d193ca58ea9df2b64aa4aaf084df9813609 (diff)
parent3e6c522084385e5c40796849b9cefa69e95c981f (diff)
Automated merge with http://hg.secondlife.com/viewer-development
Diffstat (limited to 'indra/llmessage')
-rw-r--r--indra/llmessage/llsdmessagereader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llsdmessagereader.cpp b/indra/llmessage/llsdmessagereader.cpp
index 304a692cdf..3ab62a8c57 100644
--- a/indra/llmessage/llsdmessagereader.cpp
+++ b/indra/llmessage/llsdmessagereader.cpp
@@ -291,6 +291,7 @@ S32 getElementSize(const LLSD& llsd)
case LLSD::TypeMap:
case LLSD::TypeArray:
case LLSD::TypeUndefined:
+ default: // TypeLLSDTypeEnd, TypeLLSDNumTypes, etc.
return 0;
}
return 0;