]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Suppress a warning about an unused argument. 5122/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 21 Sep 2017 20:06:09 +0000 (14:06 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 21 Sep 2017 20:06:09 +0000 (14:06 -0600)
include/deal.II/matrix_free/dof_info.h

index 98ad91d4133a33643fa8c6a0ac5b9f71b1d7d88d..ed6c65c4d3d7167a731551ecc55ecb7f8aa02b3a 100644 (file)
@@ -66,7 +66,7 @@ namespace internal
       /**
        * Copy constructor.
        */
-      DoFInfo (const DoFInfo &dof_info) = default;
+      DoFInfo (const DoFInfo &) = default;
 
       /**
        * Clear all data fields in this class.

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.