mirror of https://github.com/CGAL/cgal
remove unused argument warning
This commit is contained in:
parent
b50e1cea03
commit
7c9f6841af
|
|
@ -297,7 +297,11 @@ parameterize(ParameterizationMesh_3& mesh, // Mesh parameterization adaptor
|
|||
// main()
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
#ifdef CGAL_USE_BOOST_PROGRAM_OPTIONS
|
||||
int main(int argc, char * argv[])
|
||||
#else
|
||||
int main()
|
||||
#endif
|
||||
{
|
||||
CGAL::Timer total_timer;
|
||||
total_timer.start();
|
||||
|
|
|
|||
Loading…
Reference in New Issue