fix warning

This commit is contained in:
Sébastien Loriot 2024-10-07 10:23:28 +02:00
parent 10bd324d6a
commit 09c3b97d57
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ namespace CGAL {
{
// Allocate a dart for null_dart_descriptor
CGAL_assertion(mdarts.empty()); // the compact container is empty
Dart_index local_null_dart_descriptor = mdarts.emplace();
CGAL_assertion_code( Dart_index local_null_dart_descriptor = ) mdarts.emplace();
CGAL_assertion_msg(local_null_dart_descriptor==0,
"[ERROR] fatal in CMap_linear_cell_complex_storage_with_index::init_storage");
}