mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-07-19 05:36:19 +08: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:
@@ -775,7 +775,7 @@ static Standard_Integer wexplo (Draw_Interpretor&,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static Standard_Integer scalexyz(Draw_Interpretor& di, Standard_Integer n, const char** a)
|
||||
static Standard_Integer scalexyz(Draw_Interpretor& /*di*/, Standard_Integer n, const char** a)
|
||||
{
|
||||
if (n < 6) return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user