]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress warnings about unused function arguments. Branch-7-3
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Mar 2013 13:57:01 +0000 (13:57 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 7 Mar 2013 13:57:01 +0000 (13:57 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-7-3@28788 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_handler_policy.cc

index 59708663cb2b94409ac4b3f5235dd59fe2eb8f80..5272fba1d7916911d8607ca50e349241d0553319 100644 (file)
@@ -839,14 +839,19 @@ namespace internal
         static
         void
         renumber_mg_dofs (const std::vector<unsigned int> &new_numbers,
-                          const IndexSet &indices,
+                          const IndexSet                  &indices,
                           DoFHandler<3,spacedim>          &dof_handler,
-                          const unsigned int level,
-                          const bool check_validity)
+                          const unsigned int               level,
+                          const bool                       check_validity)
         {
-          //TODO
-          AssertThrow(false, ExcNotImplemented());
+          // TODO 
+         (void) new_numbers;
+         (void) indices;
+         (void) dof_handler;
+         (void) level;
+         (void) check_validity;
 
+          AssertThrow(false, ExcNotImplemented());
         }
 
 

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.