]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Comment unused arguments 12136/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 4 May 2021 14:19:01 +0000 (10:19 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 4 May 2021 14:19:01 +0000 (10:19 -0400)
include/deal.II/distributed/tria.h

index 7266bfe40c221ea51dc155f73d4c3738f3b40ded..7b42ed3535d64ea4979e7fe1bcaa786047f1a0ff 100644 (file)
@@ -973,10 +973,11 @@ namespace parallel
        * constructed (see also the class documentation).
        */
       explicit Triangulation(
-        const MPI_Comm &mpi_communicator,
+        const MPI_Comm & /*mpi_communicator*/,
         const typename dealii::Triangulation<dim, spacedim>::MeshSmoothing
-                       smooth_grid = (dealii::Triangulation<dim, spacedim>::none),
-        const Settings settings    = default_setting) = delete;
+        /*smooth_grid*/
+        = (dealii::Triangulation<dim, spacedim>::none),
+        const Settings /*settings*/ = default_setting) = delete;
 
       /**
        * Dummy replacement to allow for better error messages when compiling
@@ -993,7 +994,7 @@ namespace parallel
        * this class.
        */
       virtual void
-      save(const std::string &filename) const override
+      save(const std::string & /*filename*/) const override
       {}
 
       /**
@@ -1001,8 +1002,8 @@ namespace parallel
        * this class.
        */
       virtual void
-      load(const std::string &filename,
-           const bool         autopartition = true) override
+      load(const std::string & /*filename*/,
+           const bool /*autopartition*/ = true) override
       {}
 
       /**

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.