1
0
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:
omy
2013-07-18 13:09:32 +04:00
parent 92a4955951
commit 35e08fe886
351 changed files with 1092 additions and 991 deletions

View File

@@ -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;

View File

@@ -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
{
}