Use C++17's [[maybe_unused]]
Replace DUNE_UNUSED that is Dune specific. Remove the attribute at one place where the variable is used in the line after declaration.
Please register or sign in to comment
Replace DUNE_UNUSED that is Dune specific. Remove the attribute at one place where the variable is used in the line after declaration.