From d831fa0db3cf86ba26ba5a6495cd08a33d52eced Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 26 Jun 2014 19:12:45 +0200 Subject: [PATCH] Fix a warning --- Nef_2/demo/Nef_2/nef_2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_2/demo/Nef_2/nef_2.cpp b/Nef_2/demo/Nef_2/nef_2.cpp index 1109374482a..0dc3821a47d 100644 --- a/Nef_2/demo/Nef_2/nef_2.cpp +++ b/Nef_2/demo/Nef_2/nef_2.cpp @@ -22,7 +22,7 @@ #if !defined CGAL_USE_GMP #include -int main(int, char*) +int main() { std::cout << "Sorry, this demo needs GMP..."; std::cout << std::endl;