mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-29 14:00:49 +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:
@@ -67,7 +67,7 @@ Standard_Integer MXCAFDoc_AreaStorageDriver::VersionNumber() const
|
||||
|
||||
void MXCAFDoc_AreaStorageDriver::Paste(const Handle(TDF_Attribute)& Source,
|
||||
const Handle(PDF_Attribute)& Target,
|
||||
const Handle(MDF_SRelocationTable)& RelocTable) const
|
||||
const Handle(MDF_SRelocationTable)& /*RelocTable*/) const
|
||||
{
|
||||
Handle(XCAFDoc_Area) S = Handle(XCAFDoc_Area)::DownCast (Source);
|
||||
Handle(PXCAFDoc_Area) T = Handle(PXCAFDoc_Area)::DownCast (Target);
|
||||
|
Reference in New Issue
Block a user