From 8770c7a0cdebea0f42bdf92bacdd277e704b0c7d Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Tue, 10 May 2022 12:06:32 +0100 Subject: [PATCH] Update Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h Co-authored-by: Sebastien Loriot --- Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h b/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h index c8523a2ee7d..c9033b607f2 100644 --- a/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h +++ b/Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h @@ -38,7 +38,7 @@ class ID_support_handler { public: ID_support_handler() {} - void reserve(std::size_t n) {} + void reserve(std::size_t) {} int get_hash(int) { return 0; } template void initialize_hash(Handle /*h*/) {}