Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Oct 7, 2024
1 parent 463bfcd commit 2652c3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
if(local_null_dart_descriptor!=0)
{
std::cerr<<"[ERROR] fatal in CMap_linear_cell_complex_storage_with_index::init_storage"
Expand Down

0 comments on commit 2652c3d

Please sign in to comment.