Removed warings
This commit is contained in:
@@ -32,7 +32,7 @@ class OSGUTIL_EXPORT TriStripVisitor : public osg::NodeVisitor
|
||||
public:
|
||||
|
||||
/// default to traversing all children.
|
||||
TriStripVisitor(Optimizer* optimizer=0) :
|
||||
TriStripVisitor(Optimizer* =0) :
|
||||
osg::NodeVisitor( osg::NodeVisitor::TRAVERSE_ALL_CHILDREN ),
|
||||
_cacheSize( 16 ),
|
||||
_minStripSize( 2 ),
|
||||
|
||||
@@ -1260,7 +1260,7 @@ class CopyPointsToArrayVisitor : public osg::ArrayVisitor
|
||||
|
||||
|
||||
template<typename T,typename R>
|
||||
void copy(T& array, R dummy)
|
||||
void copy(T& array, R /*dummy*/)
|
||||
{
|
||||
array.resize(_pointList.size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user