diff --git a/src/osgPlugins/txp/TXPParser.cpp b/src/osgPlugins/txp/TXPParser.cpp index 8fa43d45e..525dabcdd 100644 --- a/src/osgPlugins/txp/TXPParser.cpp +++ b/src/osgPlugins/txp/TXPParser.cpp @@ -1030,6 +1030,8 @@ void* labelRead::Parse(trpgToken /*tok*/,trpgReadBuffer &buf) _parse->getCurrTop()->addChild(supGeode.get()); } break; + default: + break; }