1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023480: New compiler warnings on MS VC 9

Unused local variables eliminated
This commit is contained in:
abv
2012-10-22 07:08:44 +04:00
parent fb20c14374
commit b9736bcc8e
3 changed files with 3 additions and 6 deletions

View File

@@ -434,8 +434,6 @@ Standard_Integer xbounds(Draw_Interpretor& di, Standard_Integer n, const char**
//=======================================================================
Standard_Integer xclassify (Draw_Interpretor& aDI, Standard_Integer n, const char** a)
{
char sbf[512];
if (n < 2) {
aDI<<" use xclassify Solid [Tolerance=1.e-7]\n";
return 1;