Skip to content
Snippets Groups Projects
Commit f76af0c6 authored by Christian Engwer's avatar Christian Engwer
Browse files

mark numberOfIgnoredDofs as [[maybe_unused]]

parent 62156cbd
No related branches found
No related tags found
1 merge request!583cleanup a range of warnings
Pipeline #73614 passed
......@@ -534,7 +534,7 @@ namespace Dune {
// and a mapping from the compressed indices
std::vector<size_type> subIndices;
int numberOfIgnoredDofs = 0;
[[maybe_unused]] int numberOfIgnoredDofs = 0;
int nonZeros = 0;
if constexpr ( useBitVector )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment