diff --git a/Polyhedron_IO/test/Polyhedron_IO/stl2off.cpp b/Polyhedron_IO/test/Polyhedron_IO/stl2off.cpp index 353356dc925..2c2c3dae2de 100644 --- a/Polyhedron_IO/test/Polyhedron_IO/stl2off.cpp +++ b/Polyhedron_IO/test/Polyhedron_IO/stl2off.cpp @@ -33,7 +33,7 @@ void read(const char* fname) } -int main(int argc, char* argv[]) +int main() { read("data/cube.stl"); read("data/triangle.stl");