Fixed warnings

This commit is contained in:
Robert Osfield 2004-08-02 15:56:18 +00:00
parent 7a7358553f
commit 67df9af7d1
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ osg::Image* PhotoArchive::readImage(const std::string& filename,
return NULL;
}
void PhotoArchive::buildArchive(const std::string& filename, const FileNameList& imageList, unsigned int thumbnailSize, unsigned int maximumSize, bool compressed)
void PhotoArchive::buildArchive(const std::string& filename, const FileNameList& imageList, unsigned int thumbnailSize, unsigned int maximumSize, bool /*compressed*/)
{
PhotoIndexList photoIndex;

View File

@ -295,7 +295,7 @@ void OsgCameraGroup::setUpSceneViewsWithData()
sv->setFrameStamp( _frameStamp.get() );
sv->setGlobalStateSet( _global_stateset.get() );
sv->setBackgroundColor( _background_color );
sv->setClearColor( _background_color );
sv->setLODScale( _LODScale );
sv->setFusionDistance( _fusionDistanceMode, _fusionDistanceValue );
}