From 28b98374da7acf4fc2eec2a243e951d1786f33a1 Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Mon, 27 Nov 2017 11:12:29 -0800
Subject: Mac compile does not like not having a default even if it does
 nothing.

---
 indra/llcommon/llsdutil.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'indra/llcommon')

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;
         }
 
-- 
cgit v1.2.3