From 96af4b867ff5b09dc2a9125ff40ce4f27254a070 Mon Sep 17 00:00:00 2001 From: ruslantproductengine Date: Fri, 23 Jan 2015 15:03:04 +0200 Subject: MAINT-4833 Fixed Warning treated as error --- indra/newview/llvovolume.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index b483ec283c..fd2e96744a 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -2150,6 +2150,9 @@ bool LLVOVolume::notifyAboutMissingAsset(LLViewerTexture *texture) mat->setSpecularID(LLUUID::null); } break; + case LLRender::NUM_TEXTURE_CHANNELS: + //nothing to do, make compiler happy + break; } //switch } //for -- cgit v1.2.3