From: mkv Date: Mon, 1 Sep 2014 16:04:06 +0000 (+0400) Subject: Correction of compilation warnings on Windows platform X-Git-Tag: V6_8_0_beta~130 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=0bd2a43ff507ad7c249cb5c5c45df71dc04195fc;p=occt-copy.git Correction of compilation warnings on Windows platform --- diff --git a/src/ViewerTest/ViewerTest_ObjectCommands.cxx b/src/ViewerTest/ViewerTest_ObjectCommands.cxx index 140462570d..39be280e7a 100644 --- a/src/ViewerTest/ViewerTest_ObjectCommands.cxx +++ b/src/ViewerTest/ViewerTest_ObjectCommands.cxx @@ -3490,7 +3490,7 @@ static int VDrawPArray (Draw_Interpretor& di, Standard_Integer argc, const char* //purpose : Change location of AIS interactive object //======================================================================= -static Standard_Integer VSetLocation (Draw_Interpretor& di, +static Standard_Integer VSetLocation (Draw_Interpretor& /*di*/, Standard_Integer argc, const char ** argv) { @@ -3896,7 +3896,7 @@ static Standard_Integer VAddConnected (Draw_Interpretor& di, //function : VListConnected //purpose : //======================================================================= -static Standard_Integer VListConnected (Draw_Interpretor& di, +static Standard_Integer VListConnected (Draw_Interpretor& /*di*/, Standard_Integer argc, const char ** argv) {