From 751b74acb8cb50ab0c052fb549589aa9c8b6da9f Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Sat, 7 Dec 2019 08:33:54 +0100 Subject: [PATCH] Remove unused variable warning --- Combinatorial_map/include/CGAL/Face_graph_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Combinatorial_map/include/CGAL/Face_graph_wrapper.h b/Combinatorial_map/include/CGAL/Face_graph_wrapper.h index 2329063cec7..a0915e45758 100644 --- a/Combinatorial_map/include/CGAL/Face_graph_wrapper.h +++ b/Combinatorial_map/include/CGAL/Face_graph_wrapper.h @@ -146,7 +146,7 @@ public: template bool is_free(Dart_const_handle /* dh */) const { return false; } // Not possible to have a free dart with an HEG. - bool is_free(Dart_const_handle dh, unsigned int i) const + bool is_free(Dart_const_handle /*dh*/, unsigned int /*i*/) const { return false; } // Not possible to have a free dart with an HEG. bool is_perforated(Dart_const_handle dh) const