mirror of https://github.com/CGAL/cgal
remove argc and argv
This commit is contained in:
parent
2ea287d62e
commit
e4e209abaf
|
|
@ -35,7 +35,7 @@ struct Cmp {
|
|||
{ return (m_cmp_object(p1, p2) == CGAL::LARGER); }
|
||||
};
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
int main()
|
||||
{
|
||||
// testing that all types are present:
|
||||
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ special_warnings(const char *,
|
|||
<< std::endl;
|
||||
}
|
||||
|
||||
int main (int argc, char * argv[])
|
||||
int main ()
|
||||
{
|
||||
std::cerr << "Modify the w-a-r-n-i-n-g-s handler...\n";
|
||||
CGAL::set_warning_handler(special_warnings);
|
||||
|
|
|
|||
Loading…
Reference in New Issue