projects
/
occt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
0031007: Coding - eliminate warnings issued while compiling with -pedantic flag
[occt.git]
/
src
/
BRepTest
/
BRepTest_SweepCommands.cxx
diff --git
a/src/BRepTest/BRepTest_SweepCommands.cxx
b/src/BRepTest/BRepTest_SweepCommands.cxx
index
e8e528f
..
0593cdf
100644
(file)
--- a/
src/BRepTest/BRepTest_SweepCommands.cxx
+++ b/
src/BRepTest/BRepTest_SweepCommands.cxx
@@
-609,7
+609,7
@@
static Standard_Integer setsweep(Draw_Interpretor& di,
return 1;
}
gp_Dir D(Draw::Atof(a[2]), Draw::Atof(a[3]), Draw::Atof(a[4]));
- Sweep->SetMode(D);;
+ Sweep->SetMode(D);
}
else if (!strcmp(a[1], "-FX")) {
if ((n != 5) && (n != 8)) {