From 316139afd616c898df66a420cf13149565d9aef8 Mon Sep 17 00:00:00 2001 From: hybrid Date: Mon, 30 Mar 2009 16:34:15 +0000 Subject: [PATCH] Fixed warnings. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2313 dfc29bdd-3216-0410-991c-e03cc46cb475 --- examples/21.Quake3Explorer/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/21.Quake3Explorer/main.cpp b/examples/21.Quake3Explorer/main.cpp index f8cf762a..4e06ea45 100644 --- a/examples/21.Quake3Explorer/main.cpp +++ b/examples/21.Quake3Explorer/main.cpp @@ -1167,6 +1167,7 @@ void CQuake3EventHandler::addSceneTreeItem( ISceneNode * parent, IGUITreeViewNod case ESNAT_COLLISION_RESPONSE: case ESNAT_CAMERA_FPS: case ESNAT_CAMERA_MAYA: + default: break; } node->addChildBack( msg, 0, imageIndex );