From e2e198d9b36f4ef90ef7ca088e643b1fc399c53e Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Wed, 26 Jun 2013 10:50:07 -0400 Subject: SH-4305 WIP - fix for compiler grumbling on linux build. --- indra/newview/llappearancemgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index f19500c98d..8a0814734c 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1493,6 +1493,11 @@ void LLAppearanceMgr::copyCategoryLinks(const LLUUID& src_id, const LLUUID& dst_ } break; } + default: + { + // Linux refuses to compile unless all possible enums are handled. Really, Linux? + break; + } } } slam_inventory_folder(dst_id, contents, cb); -- cgit v1.2.3