Fix a warning

This commit is contained in:
Laurent Rineau 2014-06-26 19:12:45 +02:00
parent ab9af1fda9
commit d831fa0db3
1 changed files with 1 additions and 1 deletions

View File

@ -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;