mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 01:54:42 +00:00
Removed harmless gcc warnings
This commit is contained in:
parent
fefe073e19
commit
ad71427656
@ -989,7 +989,7 @@ void MeshLabRenderState::clearState()
|
||||
unlockRenderState(RASTER);
|
||||
}
|
||||
|
||||
void MeshLabRenderState::copyBack( const int id,CMeshO& mm ) const
|
||||
void MeshLabRenderState::copyBack( const int /*id*/,CMeshO& /*mm*/ ) const
|
||||
{
|
||||
// mm.Clear();
|
||||
// mm.vert.swap(CMeshO::VertContainer());
|
||||
|
||||
@ -505,7 +505,7 @@ class MeshDocument : public QObject
|
||||
|
||||
public:
|
||||
|
||||
MeshDocument(): QObject(),xmlhistory(),rendstate()
|
||||
MeshDocument(): QObject(),rendstate(),xmlhistory()
|
||||
{
|
||||
tagIdCounter=0;
|
||||
meshIdCounter=0;
|
||||
|
||||
@ -808,7 +808,7 @@ QScriptValue ShotSI_ctor( QScriptContext* c,QScriptEngine* e )
|
||||
return e->newQObject(shot, QScriptEngine::ScriptOwnership);
|
||||
}
|
||||
|
||||
QScriptValue ShotSI_defctor( QScriptContext* c,QScriptEngine* e )
|
||||
QScriptValue ShotSI_defctor( QScriptContext* /*c*/,QScriptEngine* e )
|
||||
{
|
||||
ShotSI* shot = new ShotSI();
|
||||
return e->newQObject(shot, QScriptEngine::ScriptOwnership);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user