]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Avoid warning regarding unused variable 13897/head
authorMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 2 Jun 2022 07:42:58 +0000 (09:42 +0200)
committerMartin Kronbichler <martin.kronbichler@uni-a.de>
Thu, 2 Jun 2022 07:42:58 +0000 (09:42 +0200)
include/deal.II/cgal/utilities.h

index 5d5b974a11f4e7e56187542df1cefef7fae8aa37..5758429575a3189980648cc8b019a5ee90feef7d 100644 (file)
@@ -437,6 +437,7 @@ namespace CGALWrappers
           output_surface_mesh.clear();
           break;
       }
+    (void)res;
     Assert(res,
            ExcMessage("The boolean operation was not successfully computed."));
   }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.