0024057: Eliminate compiler warning C4100 in MSVC++ with warning level 4
[occt.git] / src / Draw / Draw_VariableCommands.cxx
index d9a669f..d70b332 100755 (executable)
@@ -598,7 +598,7 @@ static Standard_Integer set(Draw_Interpretor& di, Standard_Integer n, const char
 //purpose  : 
 //=======================================================================
 
-static Standard_Integer dsetenv(Draw_Interpretor& di, Standard_Integer argc, const char** argv)
+static Standard_Integer dsetenv(Draw_Interpretor& /*di*/, Standard_Integer argc, const char** argv)
 {
   if (argc < 2) {
     cout << "Use: " << argv[0] << " {varname} [value]" << endl;