From: bangerth Date: Fri, 3 Aug 2007 00:23:10 +0000 (+0000) Subject: Remove a few unnecessary semi-colons and avoid warnings on empty-bodies loops. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4e10a702849b758d09500d74269dfa72bbfaf7;p=dealii-svn.git Remove a few unnecessary semi-colons and avoid warnings on empty-bodies loops. git-svn-id: https://svn.dealii.org/trunk@14894 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index e20fabe726..e4aa118982 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3107,7 +3107,8 @@ namespace LaplaceSolver active_cell_iterator cell=dual_solver.dof_handler.begin_active(); for (unsigned int t=0; (t template double -PressureBoundaryValues::value (const Point &p, +PressureBoundaryValues::value (const Point &/*p*/, const unsigned int /*component*/) const { return 0;