mirror of https://github.com/CGAL/cgal
Fix a warning
This commit is contained in:
parent
ab9af1fda9
commit
d831fa0db3
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#if !defined CGAL_USE_GMP
|
||||
#include <iostream>
|
||||
int main(int, char*)
|
||||
int main()
|
||||
{
|
||||
std::cout << "Sorry, this demo needs GMP...";
|
||||
std::cout << std::endl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue