Skip to content

Commit

Permalink
(F) Warnings in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
j507 committed Sep 17, 2024
1 parent bea4126 commit d20f5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/fe_field.cc
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,9 @@ dealii::Vector<double> FEField<dim>::get_sub_l2_norms(
to_string(l2_norm) + ", " + to_string(l2_norms.l2_norm()) +
")"));

(void)l2_norm;
(void)to_string;
(void)tolerance_relaxation_factor;
}

return l2_norms;
Expand Down

0 comments on commit d20f5d0

Please sign in to comment.