0023947: Eliminate trivial compiler warnings in MSVC++ with warning level 4
[occt.git] / src / QABugs / QABugs_9.cxx
index 5dfe86f..ce662f0 100755 (executable)
@@ -37,7 +37,7 @@
 static Standard_Integer BUC60857 (Draw_Interpretor& di, Standard_Integer /*argc*/,const char ** argv)
 {
   gp_Ax2  Cone_Ax;
-  double R1=8, R2=16, H1=20, H2=40, angle;
+  double R1=8, R2=16, angle;
   gp_Pnt P0(0,0,0), P1(0,0,20), P2(0,0,45);
   angle = 2*M_PI;