mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Correction of compilation warnings on Windows platform
This commit is contained in:
parent
0717ddc132
commit
0bd2a43ff5
@ -3490,7 +3490,7 @@ static int VDrawPArray (Draw_Interpretor& di, Standard_Integer argc, const char*
|
|||||||
//purpose : Change location of AIS interactive object
|
//purpose : Change location of AIS interactive object
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
static Standard_Integer VSetLocation (Draw_Interpretor& di,
|
static Standard_Integer VSetLocation (Draw_Interpretor& /*di*/,
|
||||||
Standard_Integer argc,
|
Standard_Integer argc,
|
||||||
const char ** argv)
|
const char ** argv)
|
||||||
{
|
{
|
||||||
@ -3896,7 +3896,7 @@ static Standard_Integer VAddConnected (Draw_Interpretor& di,
|
|||||||
//function : VListConnected
|
//function : VListConnected
|
||||||
//purpose :
|
//purpose :
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
static Standard_Integer VListConnected (Draw_Interpretor& di,
|
static Standard_Integer VListConnected (Draw_Interpretor& /*di*/,
|
||||||
Standard_Integer argc,
|
Standard_Integer argc,
|
||||||
const char ** argv)
|
const char ** argv)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user