Skip to content
Snippets Groups Projects
Commit e6c70f3c authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[cleanup] Avoid warning on unused typedef

parent beb13ac7
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ int main(int, char**)
PointerTuple1 p(new int(), new char(), new long(), new char());
typedef Dune::ForEachType<Eval,PointerTuple1>::Type ConvertedType;
typedef Dune::ForEachType<Eval,PointerTuple1>::Type ConvertedType DUNE_UNUSED;
Dune::PointerPairDeletor<PointerTuple1>::apply(p);
return ret;
......
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