From: Peter Munch Date: Sat, 20 Jan 2024 17:38:02 +0000 (+0100) Subject: Fix one more warning X-Git-Tag: relicensing~127^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8689662a9934620720e7f633b293f05391134273;p=dealii.git Fix one more warning --- diff --git a/source/grid/grid_generator.cc b/source/grid/grid_generator.cc index 2ece4e68e4..8bcc8b1f4c 100644 --- a/source/grid/grid_generator.cc +++ b/source/grid/grid_generator.cc @@ -1431,6 +1431,7 @@ namespace GridGenerator cell->face(5)->set_all_boundary_ids(1); ++count; } + (void)count; Assert(count == 48, ExcInternalError()); } else