mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
Got rid of warning C4100: 'identifier' : unreferenced formal parameter Got rid of compile errors
This commit is contained in:
@@ -165,7 +165,7 @@ Standard_Address XSDRAWSTLVRML_DataSource::GetAddr
|
||||
Standard_Boolean XSDRAWSTLVRML_DataSource::GetNodesByElement
|
||||
( const Standard_Integer ID,
|
||||
TColStd_Array1OfInteger& theNodeIDs,
|
||||
Standard_Integer& theNbNodes ) const
|
||||
Standard_Integer& /*theNbNodes*/ ) const
|
||||
{
|
||||
if( myMesh.IsNull() )
|
||||
return Standard_False;
|
||||
|
@@ -33,7 +33,7 @@ XSDRAWSTLVRML_DrawableMesh::XSDRAWSTLVRML_DrawableMesh( const Handle( MeshVS_Mes
|
||||
// Function :
|
||||
// Purpose :
|
||||
//================================================================
|
||||
void XSDRAWSTLVRML_DrawableMesh::DrawOn(Draw_Display& d) const
|
||||
void XSDRAWSTLVRML_DrawableMesh::DrawOn(Draw_Display& /*d*/) const
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user