]> OCCT Git - occt-copy.git/commitdiff
Correction of compilation warnings on Windows platform
authormkv <mkv@opencascade.com>
Mon, 1 Sep 2014 16:04:06 +0000 (20:04 +0400)
committermkv <mkv@opencascade.com>
Mon, 1 Sep 2014 16:04:06 +0000 (20:04 +0400)
src/ViewerTest/ViewerTest_ObjectCommands.cxx

index 140462570d019d93cec1cea42973795a7c3ca9f7..39be280e7ac42bdaf6067eed6c34eabafef4433a 100644 (file)
@@ -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)
 {