summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2017-11-27 11:12:29 -0800
committerRider Linden <rider@lindenlab.com>2017-11-27 11:12:29 -0800
commit28b98374da7acf4fc2eec2a243e951d1786f33a1 (patch)
tree584582f20646a956c71e130ec09ff8bde198cda4
parent66ba27cb91b4f81625b8ab535f41bcf38a2aae99 (diff)
Mac compile does not like not having a default even if it does nothing.
-rw-r--r--indra/llcommon/llsdutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llsdutil.h b/indra/llcommon/llsdutil.h
index 595bb91411..c100454e15 100644
--- a/indra/llcommon/llsdutil.h
+++ b/indra/llcommon/llsdutil.h
@@ -477,6 +477,7 @@ struct boost::hash<LLSD>
}
break;
case LLSD::TypeUndefined:
+ default:
break;
}