From: Wolfgang Bangerth Date: Sun, 24 Dec 2023 03:56:48 +0000 (-0700) Subject: Mark a function argument as unused. X-Git-Tag: relicensing~211^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16374%2Fhead;p=dealii.git Mark a function argument as unused. --- diff --git a/source/grid/tria_description.cc b/source/grid/tria_description.cc index 38a72577e7..45fe8b95ce 100644 --- a/source/grid/tria_description.cc +++ b/source/grid/tria_description.cc @@ -448,6 +448,8 @@ namespace TriangulationDescription construction_data.smoothing = tria.get_mesh_smoothing(); construction_data.settings = settings; } + else + (void)comm; // helper function, which collects all vertices belonging to a cell // (also taking into account periodicity)