From Hartwig Wiesmann, "in the files Image, Observer and TerrainTechnique unused parameters exist resulting in a couple of compiler warnings (depending on the compiler settings though).
The attached patches comment out the unused parameter names. "
This commit is contained in:
@@ -39,8 +39,8 @@ class OSGTERRAIN_EXPORT TerrainNeighbours
|
||||
|
||||
protected:
|
||||
|
||||
TerrainNeighbours(const TerrainNeighbours& tn) {}
|
||||
TerrainNeighbours& operator = (const TerrainNeighbours& rhs) { return *this; }
|
||||
TerrainNeighbours(const TerrainNeighbours& /*tn*/) {}
|
||||
TerrainNeighbours& operator = (const TerrainNeighbours& /*rhs*/) { return *this; }
|
||||
|
||||
typedef std::set<TerrainTile*> Neighbours;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user