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
|
#if !defined CGAL_USE_GMP
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
int main(int, char*)
|
int main()
|
||||||
{
|
{
|
||||||
std::cout << "Sorry, this demo needs GMP...";
|
std::cout << "Sorry, this demo needs GMP...";
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue